forked from neotamizhan/venmurasuweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
164 lines (154 loc) · 9.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css({.tmp,app}) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
</head>
<body ng-app="venmurasuwebApp">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="container" ng-controller="MainCtrl" ng-cloak>
<div class="page-header">
<h1>வெண்முரசு <small> ஜெயமோகன்</small></h1>
</div>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" ng-click="fetchlatestepisode()" class="navbar-brand">முகப்பு</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown" ng-repeat="novel in novelsWithSections">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{novel.novel.name}}<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#" ng-click="fetchAllEpisodes(novel.novel)">எல்லா அத்தியாயங்களும்</a></li>
<li class="divider"></li>
<li><a href="#" ng-repeat="section in novel.sections" ng-click="fetchEpisodes(section)">{{section.id}}. {{section.name}}</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">குறிச்சொற்கள்<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#" ng-click="fetchByTag(tag)" ng-repeat="tag in allTags">{{tag}}</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">வரிசை<b class="caret"></b></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#" ng-click="orderEpisodes('a')">அ - ஃ</a></li>
<li><a href="#" ng-click="orderEpisodes('d')">ஃ - அ</a></li>
</ul>
</li>
<li><a href="#" ng-click="clearEpisodes()">தேடுதல்களை அழி</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="row">
<div class="alert alert-primary" ng-show="message">
{{message}}
</div>
<!--Filterable menu starts
<section id="options" class="clearfix">
<div class="option-combo">
<ul id="filters" class="option-set clearfix" data-option-key="filter">
<li><a href="#filter" data-option-value="*" class="selected">show all</a></li>
<li ng-repeat="section in sections"><a href="#filter" data-option-value=".{{section.name}}">{{section.id}}. {{section.name}}</a></li>
</ul>
</div>
</section>
-->
<!--Filterable menu ends-->
<!--Filterable content starts here-->
<div id="container">
<div class="episodes" ng-show="episodes">
<div ng-repeat="episode in episodes" class="col-sm-6 col-md-3">
<div class="thumbnail" data-category="{{episode.sectionname}}">
<img src="{{episode.image}}" alt="...">
<div class="caption">
<p>{{episode.novelname}} - {{episode.chapter}}</p>
<p>{{episode.sectionname}}</p>
<p>
<a href="{{episode.url}}" target="_blank" class="btn btn-primary" role="button">கதை</a>
<a href="#{{episode.novelname}}-{{episode.chapter}}" role="button" class="btn" data-toggle="modal">படம்</a>
</p>
</div>
</div>
<div id="{{episode.novelname}}-{{episode.chapter}}" class="modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">{{episode.novelname}} - {{episode.chapter}} - {{episode.sectionname}}</h3>
</div>
<div class="modal-body">
<div style="text-align: center;">
<img src="{{episode.image}}" style="height:auto; width:auto; max-width:800px; max-height:600px;" />
</div>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">Close</button>
</div>
</div>
</div>
</div>
</div>
<!--filterable content ends here-->
</div>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48559160-1', 'neotamizhan.github.io');
ga('send', 'pageview');
</script>
<!--[if lt IE 9]>
<script src="bower_components/es5-shim/es5-shim.js"></script>
<script src="bower_components/json3/lib/json3.min.js"></script>
<![endif]-->
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<!--script src="bower_components/jquery/jquery.js"></script-->
<!--script src="bower_components/angular/angular.js"></script-->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="bower_components/angular-resource/angular-resource.min.js"></script>
<script src="bower_components/angular-cookies/angular-cookies.min.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.min.js"></script>
<script src="bower_components/angular-route/angular-route.min.js"></script>
<!-- endbower -->
<!-- endbuild -->
<script src="bower_components/linqjs/linq.js"></script>
<!-- build:js({.tmp,app}) scripts/scripts.js -->
<script src="scripts/app.js"></script>
<script src="scripts/controllers/main.js"></script>
<!-- endbuild -->
</body>
</html>