[xoops-cvslog 1210] CVS update: xoops2jp/html/modules/legacyRender/admin/templates

Back to archive index

Minahito minah****@users*****
2005年 11月 25日 (金) 19:28:16 JST


Index: xoops2jp/html/modules/legacyRender/admin/templates/legacy_render_theme_list.html
diff -u /dev/null xoops2jp/html/modules/legacyRender/admin/templates/legacy_render_theme_list.html:1.1.2.1
--- /dev/null	Fri Nov 25 19:28:16 2005
+++ xoops2jp/html/modules/legacyRender/admin/templates/legacy_render_theme_list.html	Fri Nov 25 19:28:16 2005
@@ -0,0 +1,43 @@
+<table>
+	<tr>
+		<th>
+			<{$smarty.const._MD_A_LEGACYRENDER_LANG_THEME}>
+		</th>
+		<th>
+			<{$smarty.const._MD_A_LEGACYRENDER_LANG_MANIFESTO}>
+		</th>
+		<th>
+			<{$smarty.const._MD_A_LEGACYRENDER_LANG_CONTROL}>
+		</th>
+	</tr>
+	<{foreach item=theme from=$themes}>
+		<tr class="<{cycle values="odd,even"}>">
+			<td align="center">
+				<{if $theme->ScreenShot}>
+					<img src="<{$smarty.const.XOOPS_THEME_URL}>/<{$theme->mDirName}>/<{$theme->ScreenShot}>" alt="<{$theme->mFile}>" width="120" height="90" /><br/>
+				<{/if}>
+				<!--- Sorry, please modify the following line --->
+				<b><{$theme->mDirName}></b>
+			</td>
+			<td>
+				<{if $theme->mManifesto}>
+					<ul>
+						<li><{$smarty.const._MD_A_LEGACYRENDER_LANG_VERSION}> <{$theme->mManifesto.Manifesto.Version}></li>
+						<li><{$smarty.const._MD_A_LEGACYRENDER_LANG_AUTHOR}> <{$theme->mManifesto.Theme.Author}></li>
+						<li><{$smarty.const._MD_A_LEGACYRENDER_LANG_W3C}> <{$theme->mManifesto.Theme.W3C}></li>
+						<li><{$theme->mManifesto.Theme.Description}></li>
+						<{if $theme->mManifesto.Manifesto.Url}>
+							<li><a href="<{$theme->mManifesto.Manifesto.Url}>"><{$smarty.const._MD_A_LEGACYRENDER_LANG_GET_ADDRESS}></a></li>
+						<{/if}>
+					</ul>
+				<{else}>
+					<{$smarty.const._MD_A_LEGACYRENDER_MESSAGE_NO_MANIFESTO}>
+				<{/if}>
+			</td>
+			<td>
+				<img src="<{$xoops_url}>/modules/system/images/install.gif" alt="<{$smarty.const._MD_A_LEGACYRENDER_LANG_INSTALL}>" />			
+				<img src="<{$xoops_url}>/modules/system/images/info.gif" alt="<{$smarty.const._MD_A_LEGACYRENDER_LANG_INFORMATION}>" />			
+			</td>
+		</tr>
+	<{/foreach}>
+</table>
\ No newline at end of file
Index: xoops2jp/html/modules/legacyRender/admin/templates/legacy_render_help.html
diff -u /dev/null xoops2jp/html/modules/legacyRender/admin/templates/legacy_render_help.html:1.1.2.1
--- /dev/null	Fri Nov 25 19:28:16 2005
+++ xoops2jp/html/modules/legacyRender/admin/templates/legacy_render_help.html	Fri Nov 25 19:28:16 2005
@@ -0,0 +1,28 @@
+<h2><{$smarty.const._MD_A_LEGACYRENDER_LANG_HELP}></h2>
+
+<h3><{$smarty.const._MD_A_LEGACYRENDER_LANG_GETTING_START}></h3>
+<ul>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_GETTING_START_DESC1}></li>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_GETTING_START_DESC2}></li>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_GETTING_START_DESC3}></li>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_GETTING_START_DESC4}></li>
+</ul>
+
+<h3><{$smarty.const._MD_A_LEGACYRENDER_LANG_GET_THEME}></h3>
+<ul>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_GET_THEME_DESC1}></li>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_GET_THEME_DESC2}></li>
+</ul>
+
+<h3><{$smarty.const._MD_A_LEGACYRENDER_LANG_UPLOAD}></h3>
+<ul>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_UPLOAD_DESC1}></li>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_UPLOAD_DESC2}></li>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_UPLOAD_DESC3}></li>
+</ul>
+
+<h3><{$smarty.const._MD_A_LEGACYRENDER_LANG_UNINSTALL}></h3>
+<ul>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_UNINSTALL_DESC1}></li>
+	<li><{$smarty.const._MD_A_LEGACYRENDER_UNINSTALL_DESC2}></li>
+</ul>


xoops-cvslog メーリングリストの案内
Back to archive index