Skip to content

Commit

Permalink
20180326
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroid committed Mar 26, 2018
1 parent 079e140 commit 738b292
Show file tree
Hide file tree
Showing 19 changed files with 1,243 additions and 1,021 deletions.
7 changes: 5 additions & 2 deletions admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
<script src="https://www.gstatic.com/firebasejs/live/3.1/firebase.js"></script>

<script type="text/javascript" src="js/jquery-1.9.0.min.js"></script>

<script src="js/include_api.js"></script>
<script src="js/raphael.min.js"></script>
<script type="text/javascript" src="js/flowchart.min.js"></script>
<script type="text/javascript" src="js/markdown.js"></script>
<script type="text/javascript" src="js/html_preprocessing.js"></script>
<script src="js/mdpp.js"></script>
<script src="js/login_admin.js"></script>
<script type="text/javascript" src="js/admin.js"></script>

Expand All @@ -39,11 +40,13 @@ <h4><b><a href="index.html">yushengc.blog</a></b></h4>
<a href="admin.html?FolderID=4" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>recipe</a>
<a href="admin.html?FolderID=22" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>teaching plan</a>
<a href="admin.html?FolderID=23" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>course</a>
<a href="admin.html?FolderID=29" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>family</a>
<a href="admin.html?FolderID=24" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>uxapps.course</a>
<a href="admin.html?FolderID=21" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>uxapps.blog</a>
<a href="admin.html?FolderID=21" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>uxapps.course.page</a>
<a href="admin.html?FolderID=25" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>projects</a>
<a href="admin.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-text-teal"><i class="fa fa-user fa-fw w3-margin-right"></i>admin</a>
<a href="draft.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>Draft</a>
<a href="star.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>Star</a>
<a href="" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-envelope fa-fw w3-margin-right"></i>Contact</a>
<a href="javascript:logout()" onclick="w3_close()" class="w3-bar-item w3-button w3-padding login"><i class="fa fa-user fa-fw w3-margin-right"></i>logout</a>

Expand Down
6 changes: 4 additions & 2 deletions draft.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
<script src="https://www.gstatic.com/firebasejs/live/3.1/firebase.js"></script>

<script type="text/javascript" src="js/jquery-1.9.0.min.js"></script>

<script src="js/include_api.js"></script>
<script src="js/raphael.min.js"></script>
<script type="text/javascript" src="js/flowchart.min.js"></script>
<script type="text/javascript" src="js/markdown.js"></script>
<script type="text/javascript" src="js/html_preprocessing.js"></script>
<script src="js/mdpp.js"></script>
<script src="js/login_admin.js"></script>
<script type="text/javascript" src="js/draft.js"></script>

Expand Down Expand Up @@ -44,7 +45,8 @@ <h4><b><a href="index.html">yushengc.blog</a></b></h4>
<a href="draft.html?FolderID=25" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>projects</a>
<a href="admin.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>admin</a>
<a href="draft.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-text-teal"><i class="fa fa-th-large fa-fw w3-margin-right"></i>Draft</a>
<a href="" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-envelope fa-fw w3-margin-right"></i>Contact</a>
<a href="star.html" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-th-large fa-fw w3-margin-right"></i>Star</a>
<a href="" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-envelope fa-fw w3-margin-right"></i>Contact</a>
<a href="javascript:logout()" onclick="w3_close()" class="w3-bar-item w3-button w3-padding login"><i class="fa fa-user fa-fw w3-margin-right"></i>logout</a>


Expand Down
7 changes: 6 additions & 1 deletion edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<script src="showdown.min.js"></script>
<script src="js/markdown.js"></script>
<script src="js/flowchart.min.js"></script>
<script src="js/include_api.js"></script>
<script src = "js/html_preprocessing.js"></script>
<script src="js/mdpp.js"></script>
<script src="js/raphael.min.js"></script>

<script src="js/edit.js"></script>
Expand All @@ -30,13 +32,16 @@
<select class="form-control">
<option value=4>recipe</option>
<option value=2>computer_science</option>
<option value=29>computer_science.algorithm</option>
<option value=3>woodwork</option>
<option value=26>woodwork.tool</option>
<option value=22>teaching_plan</option>
<option value=21>uxapps.tw</option>
<option value=28>uxapps.blog</option>
<option value=24>uxapps.course</option>
<option value=21>uxapps.course.page</option>
<option value=25>projects</option>
<option value=23>course</option>
<option value=30>family</option>
</select>
</div>
<div class="col-lg-4 bg-success">
Expand Down
190 changes: 0 additions & 190 deletions edit0.html

This file was deleted.

Loading

0 comments on commit 738b292

Please sign in to comment.