updates here and there
authorzapata <zapata>
Wed, 15 Oct 2003 21:52:27 +0000 (21:52 +0000)
committerzapata <zapata>
Wed, 15 Oct 2003 21:52:27 +0000 (21:52 +0000)
bundles/admin_en.properties
etc/producer/article.template
templates/admin/FUNCTIONS_media.template
templates/admin/start_admin.template

index 56bd2a5..a527ec9 100755 (executable)
@@ -1,6 +1,6 @@
 ########## admin ##########
 # language: english
-# $Id: admin_en.properties,v 1.48.2.15 2003/10/09 13:25:21 zapata Exp $
+# $Id: admin_en.properties,v 1.48.2.16 2003/10/15 21:52:27 zapata Exp $
 
 languagename=English
 
@@ -328,7 +328,8 @@ start.addandedit.title=ADD / EDIT
 start.extra.title=EXTRA
 start.search.title=SEARCH
 start.other_media.title=other media
-start.images.title=pictures
+start.images.title=images
+start.images.open_by_id=open image #
 start.video.title=video
 start.audio.title=audio
 start.media.title=MEDIA
index 6ca865e..fd3ac85 100755 (executable)
                                                                                </if>
                                                                                <if c.main_url>
                                                                                        <br>
-                                                                                       <img src="../../../img/link_small.gif" width="12" height="10" border="0" alt="">${lang("article.homepage.prefix")}: <a href="${utility.encodeHTML(c.main_url)}" target="_blank">${utility.encodeHTML(c.email)}</a>
+                                                                                       <img src="../../../img/link_small.gif" width="12" height="10" border="0" alt="">${lang("article.homepage.prefix")}: <a href="${utility.encodeHTML(c.main_url)}" target="_blank">${utility.encodeHTML(c.main_url)}</a>
                                                                                </if>
                                                                        </i>
                                                                        <br>
index af0c577..a73e1b6 100755 (executable)
                 ${utility.encodeHTML(entry.title)}&nbsp;
                 <if entry.description && entry.title><br></if>${utility.encodeHTML(entry.description)}
                 <br><br>
+                <if entry.is_published=="1">${lang("media.published")}: <a href="${entry.publish_server}${entry.publish_path}">${entry.publish_server}${entry.publish_path}</a><br></if>
                 <a href="${config.actionRoot}?module=${module}&do=showarticles&id=${entry.id}">${lang("media.articles")}</a> |
                 <a href="${config.actionRoot}?module=${module}&do=showcomments&id=${entry.id}">${lang("media.comments")}</a>
              
index bf84e04..d22f63a 100755 (executable)
     <div class="box">
       
       <a href="${config.actionRoot}?module=Images&do=list">&gt; ${lang("start.images.title")}</a>&nbsp;
-      <a href="${config.actionRoot}?module=Images&do=add">[+]</a><br>
-
+      <a href="${config.actionRoot}?module=Images&do=add">[+]</a>
+      <form>
+        <input type="hidden" name="module" value="Images">
+        <input type="hidden" name="do" value="edit">
+        ${lang("start.images.open_by_id")}: 
+        <input type="text" name="id" value="" size="7">
+        <input class="majorbutton" type="submit" value=" &gt; ">
+      </form>
       <a href="${config.actionRoot}?module=Audio&do=list">&gt; ${lang("start.audio.title")}</a>&nbsp;
       <a href="${config.actionRoot}?module=Audio&do=add">[+]</a><br>