View Full Version : فارسی ساز و قالب برای پرتال Rainbow
ehsan2007
جمعه 15 شهریور 1387, 17:41 عصر
چند روزی هست روی پرتال Rainbow کار میکنم دوستان اگه کسی قبلا کار کرده با Rainbow و فایل resx فارسیشو داره لطفا اینجا بزاره اگه کسی هم قالب فارسی هم داره بزاره
saina2006
جمعه 15 شهریور 1387, 20:46 عصر
دوست عزیز اینجا که انجمن برنامه نویسی است
بهتر نبود برای قالب توی یک سایت گرافیک می پرسیدید؟
ehsan2007
جمعه 15 شهریور 1387, 21:16 عصر
دوست عزیز مگه قالب وبلاگ من گفتم بهم بدید قالب پرتال Rainbow گفتم اگه جایی قالبشو کسی داشته باشه همین جاست توی همین تالار Rainbow با asp.net نوشته شده وکسی نمیتونه قالبشو درست کنه مگه اینکه سورس کدشو داشته باشه
milade
جمعه 15 شهریور 1387, 22:49 عصر
توی گوگل سرچ کن عزیز !!!!
بهتر نبود برای قالب توی یک سایت گرافیک می پرسیدید؟
فکر نکنم تغییر به فارسی کار انجمنهای گرافیک باشه!!!!
وکسی نمیتونه قالبشو درست کنه مگه اینکه سورس کدشو داشته باشه
کی گفته؟؟؟
ehsan2007
شنبه 16 شهریور 1387, 00:17 صبح
توی گوگل سرچ کن عزیز !!!!
اگه شما یک قالب یا یک بحث درستی توی سایتهای ایرانی در موردش پیدا کرد به من لینکشو بدم فقط معرفی کردنو گفتن که چنین پرتالی هم با .netهست همین
فکر نکنم تغییر به فارسی کار انجمنهای گرافیک باشه!!!!
ممنون
کی گفته؟؟؟
یکی واسم درست کن
<?xml version="1.0" encoding="utf-8" ?>
<Theme xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>zen-example1</Name>
<Type>zen</Type>
<Css>zen.css</Css>
<Images>
<ThemeImage Name="Spacer" ImageUrl="icon/Spacer.gif" Width="1" Height="1" />
<ThemeImage Name="Navlink" ImageUrl="icon/NavLink.gif" Width="6" Height="7" />
<ThemeImage Name="Checked" ImageUrl="icon/Checked.gif" Width="13" Height="13" />
<ThemeImage Name="Unchecked" ImageUrl="icon/Unchecked.gif" Width="13" Height="13" />
<ThemeImage Name="Buttons_Add" ImageUrl="icon/Add.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Security" ImageUrl="icon/Security.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Approve" ImageUrl="icon/Approve.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Back" ImageUrl="icon/Back.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Close" ImageUrl="icon/Close.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Delete" ImageUrl="icon/Delete.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_DeleteModule" ImageUrl="icon/DeleteModule.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Down" ImageUrl="icon/Down.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Edit" ImageUrl="icon/Edit.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Email" ImageUrl="icon/Email.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Help" ImageUrl="icon/Help.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Left" ImageUrl="icon/Left.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Max" ImageUrl="icon/Max.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Min" ImageUrl="icon/Min.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Print" ImageUrl="icon/Print.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Properties" ImageUrl="icon/Properties.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Publish" ImageUrl="icon/Publish.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_ReadyToApprove" ImageUrl="icon/ReadyToApprove.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Reject" ImageUrl="icon/Reject.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Revert" ImageUrl="icon/Revert.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Right" ImageUrl="icon/Right.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Save" ImageUrl="icon/Save.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_Up" ImageUrl="icon/Up.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_VersionToStaging" ImageUrl="icon/VersionToStaging.gif" Width="23" Height="19" />
<ThemeImage Name="Buttons_VersionToProduction" ImageUrl="icon/VersionToProduction.gif" Width="23" Height="19" />
</Images>
<Parts>
<ThemePart Name="ModuleLayout">
<HTML><![CDATA[
<div class="zm">
<div class="zm-hdr">
<if:Title>
<div class="zm-content">
<h2>
<content:TitleText />
</h2>
</div>
</if:Title>
<if:Buttons>
<div class="zm-ctrl">
<ul>
<loop:Buttons>
<li>
<content:Button />
</li>
</loop:Buttons>
</ul>
</div>
</if:Buttons>
</div>
<if:Body>
<div class="zm-bdy">
<div class="zm-content">
<content:ModuleContent />
</div>
</div>
</if:Body>
<if:Footer>
<div class="zm-ftr">
<div class="zm-content">
<if:ShowModifiedBy>
<content:ModifiedBy />
</if:ShowModifiedBy>
</div>
</div>
</if:Footer>
</div> ]]>
</HTML>
</ThemePart>
</Parts>
</Theme>
vBulletin® v4.2.5, Copyright ©2000-1404, Jelsoft Enterprises Ltd.