X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=templates-dist%2Fadmin%2Ftopiclist.template;h=e9472947e679934533f181f70f473900dcd560f0;hb=b824bb63090abfabe99b73f57246df760748d0f9;hp=c5fd9c85b902dabce874446ad1f08b2a38153fe9;hpb=a961e51903e09eac152cfe897c733222484e0f58;p=mir.git diff --git a/templates-dist/admin/topiclist.template b/templates-dist/admin/topiclist.template index c5fd9c85..e9472947 100755 --- a/templates-dist/admin/topiclist.template +++ b/templates-dist/admin/topiclist.template @@ -17,18 +17,18 @@ bgcolor="#dddddd" > - ${entry.title}  - ${entry.description}  + ${encodeHTML(entry.title)}  + ${encodeHTML(entry.description)}  - ${entry.main_url}
- ${entry.archiv_url}
+ ${encodeHTML(entry.main_url)}
+ ${encodeHTML(entry.archiv_url)}  ${lang("delete")} | ${lang("edit")}
- ${data.count} ${lang("records")} / ${lang("show_from_to", data.from, data.to)} + ${encodeHTML(data.count)} ${lang("records")} / ${lang("show_from_to", data.from, data.to)}   @@ -36,13 +36,15 @@
- + - + + - + +