tazbug diff web/plugins/skel/skel.cgi @ rev 104

Add edit link to buggy bug :)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 10 17:19:52 2017 +0100 (2017-02-10)
parents 2808fc73ac9f
children b9aaee394e0c
line diff
     1.1 --- a/web/plugins/skel/skel.cgi	Mon Feb 17 23:16:08 2014 +0100
     1.2 +++ b/web/plugins/skel/skel.cgi	Fri Feb 10 17:19:52 2017 +0100
     1.3 @@ -8,8 +8,13 @@
     1.4  	header
     1.5  	html_header
     1.6  	user_box
     1.7 -	echo "<h2>Plugin Skel</h2>"
     1.8 -	echo $(date)
     1.9 +	cat << EOT
    1.10 +<h2>Plugin Skel</h2>
    1.11 +<div id="tools">
    1.12 +	<a href="$script?dashboard">Dashboard</a>
    1.13 +</div>
    1.14 +EOT
    1.15 +	echo "<p>$(date)</p>"
    1.16  	
    1.17  	# Say we use files in $DATA/skel, sort them by date and simply cat
    1.18  	# the files, this will create a simple blog :-) We may add post via