forked from TaiwanStat/twstat-template
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from 5jlin/gh-pages
team17
- Loading branch information
Showing
179 changed files
with
88,113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-TW" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title> | ||
Safe_Food | ||
- 建立新的時間軸或時間地圖 | ||
- 由Open Knowledge Foundation Labs 開發 | ||
</title> | ||
<meta name="description" content="TimeMapper - 快速建立時間軸跟時間地圖! - 由Open Knowledge Foundation Labs 開發" /> | ||
|
||
<!-- Le HTML5 shim, for IE6-8 support of HTML elements --> | ||
<!--[if lt IE 9]> | ||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<!-- offline use --> | ||
<!-- | ||
<link href="public//vendor/bootstrap/2.2.2/bootstrap.css" rel="stylesheet"> | ||
<link href="public//vendor/bootstrap/2.2.2/bootstrap-responsive.css" rel="stylesheet"> | ||
--> | ||
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel="stylesheet"> | ||
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> | ||
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet"> | ||
<!-- okf ribbon --> | ||
<link rel="stylesheet" href="http://assets.okfn.org/themes/okfn/okf-panel.css"/> | ||
|
||
|
||
<!-- Open links in new window/tab by default --> | ||
<base target="_blank" /> | ||
|
||
<link rel="stylesheet" href="public/vendor/recline/vendor/leaflet/0.4.4/leaflet.css"> | ||
<!--[if lte IE 8]> | ||
<link rel="stylesheet" href="public/vendor/recline/vendor/leaflet/0.4.4/leaflet.ie.css" /> | ||
<![endif]--> | ||
<link rel="stylesheet" href="public/vendor/recline/vendor/leaflet.markercluster/MarkerCluster.css"> | ||
<link rel="stylesheet" href="public/vendor/recline/vendor/leaflet.markercluster/MarkerCluster.Default.css"> | ||
|
||
<link rel="stylesheet" href="public/vendor/leaflet.label/leaflet.label.css" /> | ||
|
||
<link rel="stylesheet" href="public/vendor/recline/vendor/timeline/css/timeline.css"> | ||
|
||
<!-- Recline CSS components --> | ||
<link rel="stylesheet" href="public/vendor/recline/dist/recline.css"> | ||
<!-- /Recline CSS components --> | ||
|
||
|
||
<!-- Custom CSS for the TimeMapper Online App --> | ||
<link rel="stylesheet" href="public/css/style.css"> | ||
</head> | ||
<body class="檢視"> | ||
|
||
<div class="navbar"> | ||
<div class="navbar-inner"> | ||
<div class="container"> | ||
|
||
<ul class="nav"> | ||
</ul> | ||
<ul class="nav pull-right"> | ||
<li class="divider-vertical"></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="container"> | ||
<div class="content"> | ||
|
||
|
||
<div class="data-views"> | ||
<div class="controls"> | ||
<div class="toolbox hideme"> | ||
<form action="" method="GET" class="form-inline"> | ||
|
||
</form> | ||
</div> | ||
</div> | ||
<div class="panes"> | ||
<div class="timeline-pane"> | ||
<div class="timeline"></div> | ||
| ||
</div> | ||
<div class="map-pane"> | ||
<div class="map"></div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="modal hide fade embed-modal"> | ||
<div class="modal-header"> | ||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | ||
<h3>嵌入方式</h3> | ||
</div> | ||
<div class="modal-body"> | ||
<p>將下面複製貼上到你的網頁</p> | ||
<textarea style="width: 100%; height: 100px;" ></textarea> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="loading js-loading"><i class="icon-spinner icon-spin icon-large"></i> 讀取資料中...</div> | ||
|
||
</div> | ||
</div> <!-- /content --> | ||
</div> <!-- / container-fluid --> | ||
|
||
<div class="footer"> | ||
|
||
<a href="http://timemapper.okfnlabs.org/swps20000/ikdd">Safe_Food</a> by <a href="http://timemapper.okfnlabs.org/swps20000">swps20000</a> 使用 <a href="http://timemapper.okfnlabs.org/">TimeMapper</a> | ||
|
||
– | ||
<a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution">授權條款</a> | ||
|
||
– | ||
<a href="https://docs.google.com/spreadsheets/d/1hYcAbYy2DTqpwN7K2G4PgFOJ9QqsZr5oRdrTlrSVFXc/edit?usp=drive_web">來源資料</a> | ||
|
||
</div> | ||
|
||
<script type="text/javascript" src="public/vendor/recline/vendor/jquery/1.7.1/jquery.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/underscore/1.4.4/underscore.js"></script> | ||
<script src="http://assets.okfn.org/themes/okfn/collapse.min.js" type="text/javascript"></script> | ||
<script src="http://assets.okfn.org/themes/okfn/okf-panel.js" type="text/javascript"></script> | ||
|
||
<script type="text/javascript"> | ||
// define global TM object and set some config | ||
var TM = TM || {}; | ||
TM.locals = { | ||
currentUser: "" | ||
}; | ||
</script> | ||
|
||
|
||
<script type="text/javascript"> | ||
var VIZDATA = {"licenses":[{"type":"cc-by","name":"Creative Commons Attribution","version":"3.0","url":"http://creativecommons.org/licenses/by/3.0/"}],"resources":[{"backend":"gdocs","url":"https://docs.google.com/spreadsheets/d/1hYcAbYy2DTqpwN7K2G4PgFOJ9QqsZr5oRdrTlrSVFXc/edit?usp=drive_web"}],"title":"Safe_Food","name":"ikdd","tmconfig":{"viewtype":"timeline","dayfirst":true,"startfrom":"start"},"owner":"swps20000","_last_modified":"2016-01-04T06:03:56.856Z","_created":"2016-01-04T05:54:59.499Z"}; | ||
</script> | ||
<!-- 3rd party JS libraries --> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/jquery/1.7.1/jquery.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/underscore/1.4.4/underscore.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/underscore.deferred/0.4.0/underscore.deferred.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/backbone/1.0.0/backbone.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/moment/2.0.0/moment.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/mustache/0.5.0-dev/mustache.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/bootstrap/2.0.2/bootstrap.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/leaflet/0.4.4/leaflet.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/leaflet.markercluster/leaflet.markercluster.js"></script> | ||
<script type="text/javascript" src="public/vendor/recline/vendor/timeline/js/timeline.js"></script> | ||
<script type="text/javascript" src="public/vendor/leaflet.label/leaflet.label.js"></script> | ||
|
||
<script type="text/javascript" src="public/vendor/recline/dist/recline.js"></script> | ||
<script type="text/javascript" src="http://okfnlabs.org/recline.backend.gdocs/backend.gdocs.js"></script> | ||
|
||
<!-- non-library javascript specific to this demo --> | ||
<script type="text/javascript" src="public/js/view.js"></script> | ||
|
||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-33874954-2']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
</body> | ||
</html> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.