From: <al...@us...> - 2008-08-27 16:33:23
|
Revision: 651 http://sciret.svn.sourceforge.net/sciret/?rev=651&view=rev Author: alpeb Date: 2008-08-27 16:33:21 +0000 (Wed, 27 Aug 2008) Log Message: ----------- re-added some stuff that got deleted in the template implementation Modified Paths: -------------- trunk/templates/ViewArticle.tpl Modified: trunk/templates/ViewArticle.tpl =================================================================== --- trunk/templates/ViewArticle.tpl 2008-08-27 16:32:41 UTC (rev 650) +++ trunk/templates/ViewArticle.tpl 2008-08-27 16:33:21 UTC (rev 651) @@ -8,6 +8,9 @@ * @packager Keyboard Monkeys */ --> +<script type="text/javascript"> + var artId = {art_id}; +</script> <div class="title_view"> <div class="title_content"> <span> @@ -53,6 +56,7 @@ <img id='publishArticleLoading' src='images/progress.gif' style='visibility:hidden' /> <!-- END publish_btn_block --> </p> + <span id="publishArticleStatusMessage" style="font-weight:bold; color:red"></span> </div><!--end title_view--> <div id="tabs"> <div class="view_mode"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |