Add page titles
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
|
||||
<title>Cards</title>
|
||||
|
||||
#foreach($card in $cards)
|
||||
<article #if($card.effects) class="effects"#end onclick="location.href='creator?filename=$escape_html($card.filename)'">
|
||||
<h1>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<link rel="stylesheet" href="cardlist.css">
|
||||
|
||||
<title>Card list</title>
|
||||
|
||||
<script>
|
||||
function toggle() {
|
||||
checkboxes = document.getElementsByName('card');
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
<script src="creator.js"></script>
|
||||
|
||||
<title>Card Creator</title>
|
||||
|
||||
<iframe name="preview"></iframe>
|
||||
|
||||
<form id="cardform" action="preview" method="post" target="preview">
|
||||
@@ -81,13 +83,14 @@
|
||||
<li>
|
||||
<br>
|
||||
<input type="submit" value="Update preview">
|
||||
<a href="../">Return to cardlist</a>
|
||||
<br>
|
||||
<input type="submit" name="save" value="Save as">
|
||||
->
|
||||
<input type="text" name="filename" size="15" value="$escape_html($card.filename)" placeholder="filename">
|
||||
<input type="submit" name="delete" value="Delete">
|
||||
<br>
|
||||
|
||||
<a href="../">Return to cardlist</a>
|
||||
<br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<link rel="stylesheet" href="svg.css">
|
||||
|
||||
<title>SVG list</title>
|
||||
|
||||
#macro(form)
|
||||
<form action="svg" method="post" enctype="multipart/form-data">
|
||||
<h3>Upload SVG:</h3>
|
||||
|
||||
Reference in New Issue
Block a user