You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
720 B
HTML
20 lines
720 B
HTML
<article id='article' class='medium-12 small-12 columns'>
|
|
<h1><?=$page->title?>s <a title="Node hinzufügen" class="right" href="<?=$pages->get('/node/')->httpUrl?>add"><i class='fa fa-plus-circle'></i></a></h1>
|
|
<table class='node-list'>
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>MAC</th>
|
|
<th>Firmware</th>
|
|
<th>Kommentar</th>
|
|
<th>Status</th>
|
|
<th>Option</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<?=$page->table?>
|
|
</tbody>
|
|
</table>
|
|
<p>Wenn du deine Nodes aus vom Alten Noderegister übernehmen möchtest rufe bitte folgende Seite auf: <a href="<?=$pages->get('/node/')->httpUrl?>import">https://www.ffmyk.de/node/import</a></p>
|
|
</article><!-- #article -->
|