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