[geeklog-cvs] geeklog: Denim: Removed templates for the Japanese version only

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed May 2 04:26:27 EDT 2012


changeset 8674:5e804b440014
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5e804b440014
user: dengen
date: Wed May 02 17:25:47 2012 +0900
description:
Denim: Removed templates for the Japanese version only

diffstat:

 public_html/layout/denim/admin/story/storyeditor.japanese_utf-8.thtml          |  211 ------
 public_html/layout/denim/admin/story/storyeditor_advanced.japanese_utf-8.thtml |  308 ----------
 public_html/layout/denim/admin/story/storyeditor_advanced.thtml                |    2 +-
 3 files changed, 1 insertions(+), 520 deletions(-)

diffs (truncated from 539 to 300 lines):

diff -r 0a373167e1ec -r 5e804b440014 public_html/layout/denim/admin/story/storyeditor.japanese_utf-8.thtml
--- a/public_html/layout/denim/admin/story/storyeditor.japanese_utf-8.thtml	Tue May 01 15:52:35 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,211 +0,0 @@
-
-<!-- admin/story/storyeditor.japanese_utf-8.thtml { -->
-
-<form name="frmstory" action="{site_admin_url}/story.php" method="post" enctype="multipart/form-data" id="frmstory" class="compact">
-
-  <div class="admin_basic">
-    <dl class="form_block">
-      <dt>{lang_author}</dt>
-      <dd>{story_author}</dd>
-
-      <dt><label for="admin-storyeditor-publish_month">{lang_date}</label></dt>
-      <dd>
-        <select name="publish_year" id="admin-storyeditor-publish_month">
-          {publish_year_options}
-        </select>
-        å¹´
-        <select name="publish_month">
-          {publish_month_options}
-        </select>
-        月
-        <select name="publish_day">
-          {publish_day_options}
-        </select>
-        æ—¥  
-
-        <select name="publish_hour">
-          {publish_hour_options}
-        </select>
-        :
-        <select name="publish_minute">
-          {publish_minute_options}
-        </select>
-
-        {publishampm_selection}
-      </dd>
-      <dd class="description">{publish_date_explanation}</dd>
-
-      <dt><label for="admin-storyeditor-title">{lang_title}</label></dt>
-      <dd><input type="text" maxlength="255" value="{story_title}" name="title" id="admin-storyeditor-title" class="size6"{xhtml}></dd>
-
-      <dt><label for="admin-storyeditor-page_title">{lang_page_title}</label></dt>
-      <dd><input type="text" maxlength="255" value="{page_title}" name="page_title" id="admin-storyeditor-page_title" class="size6"{xhtml}></dd>
-
-      <dt><label>{lang_topic}</label></dt>
-      <dd>{topic_selection}</dd>
-
-      <dt><label for="admin-storyeditor-show_topic_icon">{lang_show_topic_icon}</label></dt>
-      <dd><input type="checkbox" {show_topic_icon_checked} name="show_topic_icon" id="admin-storyeditor-show_topic_icon"{xhtml}></dd>
-
-      <dt><label for="admin-storyeditor-draft_flag">{lang_draft}</label></dt>
-      <dd><input type="checkbox" {is_checked} name="draft_flag" id="admin-storyeditor-draft_flag"{xhtml}></dd>
-
-      <dt><label for="admin-storyeditor-archiveflag">{lang_archivetitle}({lang_option})</label></dt>
-      <dd>
-        <input type="checkbox" value="1" {is_checked2} onclick="enablearchive(this);" name="archiveflag" id="admin-storyeditor-archiveflag"{xhtml}>{lang_enabled}
-        <input type="radio" name="statuscode" id="storycode10" value="10" {is_checked3}{xhtml}>{lang_optionarchive}
-        <input type="radio" name="statuscode" id="storycode11" value="11" {is_checked4}{xhtml}>{lang_optiondelete}
-      </dd>
-
-      <dt><label for="admin-storyeditor-expire_month">{lang_archivetitle}({lang_date})</label></dt>
-      <dd>
-        <select name="expire_year" id="admin-storyeditor-expire_month">
-          {expire_year_options}
-        </select>
-        å¹´
-        <select name="expire_month">
-          {expire_month_options}
-        </select>
-        月
-        <select name="expire_day">
-          {expire_day_options}
-        </select>
-        æ—¥  
-
-        <select name="expire_hour">
-          {expire_hour_options}
-        </select>
-        :
-        <select name="expire_minute">
-          {expire_minute_options}
-        </select>
-        {expireampm_selection}
-      </dd>
-
-      <dt><label>{lang_mode}</label></dt>
-      <dd>
-        {featured_options}
-        <select name="frontpage">
-          {frontpage_options}
-        </select>
-        <br{xhtml}>
-        <select name="commentcode">
-          {comment_options}
-        </select>
-        <select name="trackbackcode">
-          {trackback_options}
-        </select>
-      </dd>
-
-      <dt><label>{lang_cmt_disable}:</label></dt>
-      <dd>
-        {lang_enabled}
-        <input type="checkbox" name="cmt_close_flag" value="1" {is_checked5} onclick="enablecmtclose(this);"{xhtml}>
-           <span dir="ltr">
-           <select name="cmt_close_year">
-             {cmt_close_year_options}
-            </select>
-            å¹´
-            <select name="cmt_close_month">
-              {cmt_close_month_options}
-            </select>
-            月
-           <select name="cmt_close_day">
-             {cmt_close_day_options}
-           </select>
-           æ—¥  
-
-           <select name="cmt_close_hour">
-               {cmt_close_hour_options}
-           </select>
-           :
-           <select name="cmt_close_minute">
-               {cmt_close_minute_options}
-           </select>
-               {cmt_close_ampm_selection}
-           <input type="hidden" name="cmt_close_second" value="{cmt_close_second}"{xhtml}>
-           </span>
-      </dd>
-
-      <dt><label for="admin-storyeditor-sid">{lang_sid}</label></dt>
-      <dd><input type="text" maxlength="40" value="{story_id}" name="sid" id="admin-storyeditor-sid" class="size5"{xhtml}></dd>
-
-      <dt{hide_meta}><label for="admin-storyeditor-metadescription">{lang_metadescription}</label></dt>
-      <dd{hide_meta}><textarea name="meta_description" id="admin-storyeditor-metadescription" cols="70" rows="2" class="wide">{meta_description}</textarea></dd>
-
-      <dt{hide_meta}><label for="admin-storyeditor-metakeywords">{lang_metakeywords}</label></dt>
-      <dd{hide_meta}><textarea name="meta_keywords" id="admin-storyeditor-metakeywords" cols="70" rows="2" class="wide">{meta_keywords}</textarea></dd>
-
-      <dt><label for="admin-storyeditor-introtext">{lang_introtext}</label></dt>
-      <dd><textarea cols="45" rows="12" name="introtext" id="admin-storyeditor-introtext">{story_introtext}</textarea></dd>
-
-      <dt><label for="admin-storyeditor-bodytext">{lang_bodytext}</label></dt>
-      <dd><textarea cols="45" rows="20" name="bodytext" id="admin-storyeditor-bodytext">{story_bodytext}</textarea></dd>
-
-      <dt><label for="admin-storyeditor-postmode">{lang_postmode}</label></dt>
-      <dd>
-        <select name="postmode" id="admin-storyeditor-postmode">
-          {post_options}
-        </select>
-      </dd>
-      <dd class="description">{lang_allowed_html}</dd>
-
-      <dt><label>{lang_images}</label></dt>
-      <dd>
-        {saved_images}
-        {image_form_elements}
-      </dd>
-
-      <dt>{lang_hits}</dt>
-      <dd>{story_hits}</dd>
-
-      <dt>{lang_comments}</dt>
-      <dd>{story_comments}</dd>
-
-      <dt>{lang_trackbacks}</dt>
-      <dd>{story_trackbacks}</dd>
-
-      <dt>{lang_emails}</dt>
-      <dd>{story_emails}</dd>
-    </dl>
-
-    <fieldset>
-      <legend>{lang_accessrights}</legend>
-      <dl class="form_block">
-        <dt>{lang_owner}</dt>
-        <dd>{owner_name}</dd>
-
-        <dt><label>{lang_group}</label></dt>
-        <dd>{group_dropdown}</dd>
-
-        <dt><label for="admin-permissions">{lang_permissions}</label></dt>
-        <dd>{permissions_editor}</dd>
-        <dd class="description">{lang_perm_key}</dd>
-        <dd class="description">{lang_permissions_msg}</dd>
-      </dl>
-    </fieldset>
-
-    <div class="submit">
-      <input type="submit" value="{lang_save}" name="mode"{xhtml}>
-      <input type="submit" value="{lang_preview}" name="mode"{xhtml}>
-      <input type="submit" value="{lang_cancel}" name="mode"{xhtml}>
-      {delete_option}
-      <input type="hidden" name="uid" value="{story_uid}"{xhtml}>
-      <input type="hidden" name="publish_second" value="{publish_second}"{xhtml}>
-      <input type="hidden" name="old_sid" value="{old_story_id}"{xhtml}>
-      <input type="hidden" name="editopt" value="default"{xhtml}>
-      <input type="hidden" name="hour_mode" value="{hour_mode}"{xhtml}>
-      <input type="hidden" name="expire_second" value="{expire_second}"{xhtml}>
-      <input type="hidden" name="hits" value="{story_hits}"{xhtml}>
-      <input type="hidden" name="comments" value="{story_comments}"{xhtml}>
-      <input type="hidden" name="trackbacks" value="{story_trackbacks}"{xhtml}>
-      <input type="hidden" name="numemails" value="{story_emails}"{xhtml}>
-      <input type="hidden" name="owner_id" value="{owner_id}"{xhtml}>
-      <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
-      {submission_option}
-    </div>
-  </div>
-
-</form>
-
-<!-- } admin/story/storyeditor.japanese_utf-8.thtml -->
diff -r 0a373167e1ec -r 5e804b440014 public_html/layout/denim/admin/story/storyeditor_advanced.japanese_utf-8.thtml
--- a/public_html/layout/denim/admin/story/storyeditor_advanced.japanese_utf-8.thtml	Tue May 01 15:52:35 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,308 +0,0 @@
-
-<!-- admin/story/storyeditor_advanced.japanese_utf-8.thtml { -->
-
-{noscript}
-
-<div id="advanced_editor" style="display: none;">
-{navbar}
-
-<form  name="frmstory" action="{site_admin_url}/story.php" method="post" enctype="multipart/form-data" onsubmit='set_postcontent();' id="frmstory" class="compact">
-
-  <div class="admin_basic">
-    <dl class="form_block">
-      <dt>{lang_author}</dt>
-      <dd>{story_author}</dd>
-
-      <dt><label for="admin-storyeditor_advanced-title">{lang_title}</label></dt>
-      <dd><input type="text" maxlength="255" value="{story_title}" name="title" id="admin-storyeditor_advanced-title" class="size6"{xhtml}></dd>
-
-      <dt><label for="admin-storyeditor-page_title">{lang_page_title}</label></dt>
-      <dd><input type="text" maxlength="255" value="{page_title}" name="page_title" id="admin-storyeditor-page_title" class="size6"{xhtml}></dd>
-
-      <dt><label for="admin-storyeditor_advanced-sid">{lang_sid}</label></dt>
-      <dd><input type="text" maxlength="40" value="{story_id}" name="sid" id="admin-storyeditor_advanced-sid" class="size5"{xhtml}></dd>
-
-      <dt{hide_meta}><label for="admin-storyeditor-metadescription">{lang_metadescription}</label></dt>
-      <dd{hide_meta}><textarea name="meta_description" id="admin-storyeditor-metadescription" style="width:95%" cols="70" rows="2">{meta_description}</textarea></dd>
-
-      <dt{hide_meta}><label for="admin-storyeditor-metakeywords">{lang_metakeywords}</label></dt>
-      <dd{hide_meta}><textarea name="meta_keywords" id="admin-storyeditor-metakeywords" style="width:95%" cols="70" rows="2">{meta_keywords}</textarea></dd>
-
-      <dt><label>{lang_topic}</label></dt>
-      <dd>{topic_selection}</dd>
-
-      <dt>{lang_hits}</dt>
-      <dd>{story_hits}</dd>
-
-      <dt>{lang_comments}</dt>
-      <dd>{story_comments}</dd>
-
-      <dt>{lang_trackbacks}</dt>
-      <dd>{story_trackbacks}</dd>
-
-      <dt>{lang_emails}</dt>
-      <dd>{story_emails}</dd>
-
-      <dt><label for="admin-storyeditor_advanced-show_topic_icon">{lang_show_topic_icon}</label></dt>
-      <dd><input type="checkbox" {show_topic_icon_checked} name="show_topic_icon" id="admin-storyeditor_advanced-show_topic_icon"{xhtml}></dd>
-
-      <dt><label for="admin-storyeditor_advanced-draft_flag">{lang_draft}</label></dt>
-      <dd><input type="checkbox" {is_checked} name="draft_flag" id="admin-storyeditor_advanced-draft_flag"{xhtml}></dd>
-
-      <dt><label for="admin-storyeditor_advanced-postmode">{lang_postmode}</label></dt>
-      <dd>
-        <select {change_editormode} name="postmode" id="sel_editmode">
-          {post_options}
-        </select>
-      </dd>
-    </dl>
-  </div>
-
-  <div class="clearboth">
-    <div id="text_editor" class="story_editor" style="display: {show_texteditor};">
-      <dl class="form_block">
-        <dt><label for="introtext">{lang_introtext}</label></dt>
-        <dd>
-          <div class="navi">
-            <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" onclick="changeTextAreaSize('introtext','larger');" alt="expand button"{xhtml}>
-            <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" onclick="changeTextAreaSize('introtext','smaller');" alt="collapse button"{xhtml}>
-          </div>
-          <textarea cols="45" rows="14" name="introtext" id="introtext" class="wide">{story_introtext}</textarea>
-        </dd>
-
-        <dt>
-          <label for="bodytext">{lang_bodytext}</label>
-        </dt>
-        <dd>
-          <div class="navi">
-            <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" onclick="changeTextAreaSize('bodytext','larger');" alt="expand button"{xhtml}>
-            <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" onclick="changeTextAreaSize('bodytext','smaller');" alt="collapse button"{xhtml}>
-          </div>
-          <textarea cols="45" rows="14" name="bodytext" id="bodytext" class="wide">{story_bodytext}</textarea>



More information about the geeklog-cvs mailing list