Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Template:Administration"

From NetSec
Jump to: navigation, search
(Removing the javascript expands from the templates because the category page will automatically index it for us.)
 
Line 1: Line 1:
 
<center>
 
<center>
<html>
+
<div style="width:40%;">{{PAGENAME}} is part of a series on [[administration]].<br />
<script type="text/javascript">
+
function admin_toggle() {
+
  $('#admin_display_text').html($('#admin_hidden_display').html());
+
  $('#admin_hidetext').html($('#admin_hide_msg').html());
+
  $('#admin_hidetext').attr('onClick','admin_vape();');
+
}
+
function admin_vape() {
+
  $('#admin_display_text').html('');
+
  $('#admin_hidetext').html($('#admin_show_msg').html());
+
  $('#admin_hidetext').attr('onClick','admin_toggle();');
+
}
+
</script></html>
+
<div style="width:40%; border: 1px solid #000;">{{PAGENAME}} is part of a series on [[administration]].<br />
+
<html><a id='admin_hidetext' onclick="admin_toggle();"><b>[ Log-in ]</b></a></html><br /><div id='admin_display_text'></div>
+
</div>
+
 
+
<div id='admin_hidden_display' style='display:none; height:1px; width:1px;'>
+
'''System administration'''<br />
+
[[Bash]] &bull; [[Dmcrypt]] &bull; [[Gentoo Installation]] &bull; [[MS-DOS]]
+
 
+
[[SQL orientation]] &bull; [[MySQL]] &bull; [[MySQL Troubleshooting]]  &bull; [[NGINX]]
+
 
+
'''Network administration'''<br />
+
[[ARP]] &bull; [[Iptables]]  &bull; [[Static ARP configuration]] &bull; [[Subnetting]]
+
 
+
</div>
+
<div id='admin_hide_msg' style='visibility:hidden; height:1px; width:1px;'><b>[ Logout ]</b></div>
+
<div id='admin_show_msg' style='visibility:hidden; height:1px; width:1px;'><b>[ Log-in ]</b></div>
+
</center>
+
<includeonly>[[Category:Administration|{{PAGENAME}}]]</includeonly><noinclude>
+
 
+
[[category:Templates]]</noinclude>
+

Latest revision as of 15:31, 18 June 2016

Administration is part of a series on administration.