Skip to content

Commit f7e9b6f

Browse files
committed
all files
0 parents  commit f7e9b6f

33 files changed

+3462
-0
lines changed

TEST-HistoryPanel.php

+206
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
<html>
2+
<head>
3+
<meta charset="utf-8"/>
4+
<!-- JavaScript Library BEG -->
5+
<!-- AngularJS -->
6+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0-rc.3/angular.js"></script>
7+
<!-- Code Mirrior -->
8+
<script type="text/javascript" src="/jquery_plugins/CodeMirror/lib/codemirror.js"></script>
9+
<!-- JavaScript Library END -->
10+
<!-- Styles BEG-->
11+
<!-- Defalut Styles -->
12+
<link href="style.css" rel="stylesheet" type="text/css">
13+
<!-- Bootstrap -->
14+
<!-- <script type="text/javascript" src="/library/bootstrap/3.1.1/js/bootstrap.js"></script> -->
15+
<link rel="stylesheet" href="/library/bootstrap/3.1.1/css/bootstrap.min.css">
16+
<link rel="stylesheet" href="/library/bootstrap/3.1.1/css/bootstrap-theme.css">
17+
<!-- Code Mirrior-->
18+
<!-- Customized Main Code Mirror CSS -->
19+
<link rel="stylesheet" href="styles/codemirror-cust.css">
20+
<link rel="stylesheet" href="/jquery_plugins/CodeMirror/theme/monokai.css">
21+
<!-- Code Mirror Sub Styles -->
22+
<style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
23+
<!-- Styles END-->
24+
</head>
25+
<!-- App BEG -->
26+
<body ng-app="coderApp">
27+
28+
29+
<div class="sbControlPanel col-md-3">
30+
<!-- <h2>Control</h2> -->
31+
<div class="panel panel-default">
32+
<div class="panel-heading">
33+
<h3 class="panel-title">Control Panel</h3>
34+
</div>
35+
<div class="panel-body">
36+
<div class="sbHistoryTab">
37+
<div class="sbHistoryTabHeader">
38+
<!-- Search History -->
39+
<form role="search" class="ng-pristine ng-valid">
40+
<div class="form-group">
41+
<input type="text" class="form-control ng-pristine ng-valid" placeholder="Search A Code" ng-model="searchCode">
42+
</div>
43+
</form>
44+
</div>
45+
<div class="sbHistoryContentTab ac-container">
46+
<!-- ngRepeat: thehcode in codeHitory --><div ng-repeat="thehcode in codeHitory" class="ng-scope">
47+
<input id="ac-386" name="accordion-386" type="checkbox">
48+
<label for="ac-386">
49+
<div class="text-left col-md-2">
50+
<button type="button" class="btn btn-default" title="Open this Snippet" ng-click="runThisCodeLoadToEditor(thehcode.myCodeId,thehcode.myCodeBody,thehcode.myCodeName,thehcode.myCodeOwner,thehcode.myCodeLastEditDate)">
51+
<span class="glyphicon glyphicon-folder-open">
52+
</span></button>
53+
</div>
54+
55+
<div class="text-right col-md-2">
56+
<button type="button" class="btn btn-default" title="Append this code into coding window" ng-click="appendThisCodeToEditor(thehcode.myCodeBody)">
57+
<span class="glyphicon glyphicon-plus">
58+
</span></button>
59+
</div>
60+
61+
<div class="text-center col-md-8">
62+
<h4 class="text-left"><small class="ng-binding">
63+
<b class="ng-binding">No Name </b>
64+
65+
66+
2014-06-27 14:11:19 ID is <b class="ng-binding">386 </b></small></h4>
67+
<!-- <h5 class="text-right"><small></small></h5> -->
68+
</div>
69+
<!-- Add to editor button -->
70+
</label>
71+
72+
<!-- <article class="ac-medium"> -->
73+
<article class="ac-auto col-md-12"><!-- ac-medium will have smooth open effect while height:auto countered it! -->
74+
<pre class="ng-binding"></pre>
75+
</article>
76+
</div><!-- end ngRepeat: thehcode in codeHitory --><div ng-repeat="thehcode in codeHitory" class="ng-scope">
77+
<input id="ac-376" name="accordion-376" type="checkbox">
78+
<label for="ac-376">
79+
<div class="text-left col-md-2">
80+
<button type="button" class="btn btn-default" title="Open this Snippet" ng-click="runThisCodeLoadToEditor(thehcode.myCodeId,thehcode.myCodeBody,thehcode.myCodeName,thehcode.myCodeOwner,thehcode.myCodeLastEditDate)">
81+
<span class="glyphicon glyphicon-folder-open">
82+
</span></button>
83+
</div>
84+
85+
<div class="text-right col-md-2">
86+
<button type="button" class="btn btn-default" title="Append this code into coding window" ng-click="appendThisCodeToEditor(thehcode.myCodeBody)">
87+
<span class="glyphicon glyphicon-plus">
88+
</span></button>
89+
</div>
90+
91+
<div class="text-center col-md-8">
92+
<h4 class="text-left"><small class="ng-binding">
93+
<b class="ng-binding">No Name </b>
94+
95+
96+
2014-06-27 14:11:11 ID is <b class="ng-binding">376 </b></small></h4>
97+
<!-- <h5 class="text-right"><small></small></h5> -->
98+
</div>
99+
<!-- Add to editor button -->
100+
</label>
101+
102+
<!-- <article class="ac-medium"> -->
103+
<article class="ac-auto col-md-12"><!-- ac-medium will have smooth open effect while height:auto countered it! -->
104+
<pre class="ng-binding"></pre>
105+
</article>
106+
</div><!-- end ngRepeat: thehcode in codeHitory --><div ng-repeat="thehcode in codeHitory" class="ng-scope">
107+
<input id="ac-366" name="accordion-366" type="checkbox">
108+
<label for="ac-366">
109+
<div class="text-left col-md-2">
110+
<button type="button" class="btn btn-default" title="Open this Snippet" ng-click="runThisCodeLoadToEditor(thehcode.myCodeId,thehcode.myCodeBody,thehcode.myCodeName,thehcode.myCodeOwner,thehcode.myCodeLastEditDate)">
111+
<span class="glyphicon glyphicon-folder-open">
112+
</span></button>
113+
</div>
114+
115+
<div class="text-right col-md-2">
116+
<button type="button" class="btn btn-default" title="Append this code into coding window" ng-click="appendThisCodeToEditor(thehcode.myCodeBody)">
117+
<span class="glyphicon glyphicon-plus">
118+
</span></button>
119+
</div>
120+
121+
<div class="text-center col-md-8">
122+
<h4 class="text-left"><small class="ng-binding">
123+
<b class="ng-binding">Testing Codey </b>
124+
125+
126+
2014-06-27 14:09:44 ID is <b class="ng-binding">366 </b></small></h4>
127+
<!-- <h5 class="text-right"><small></small></h5> -->
128+
</div>
129+
<!-- Add to editor button -->
130+
</label>
131+
132+
<!-- <article class="ac-medium"> -->
133+
<article class="ac-auto col-md-12"><!-- ac-medium will have smooth open effect while height:auto countered it! -->
134+
<pre class="ng-binding"></pre>
135+
</article>
136+
</div><!-- end ngRepeat: thehcode in codeHitory --><div ng-repeat="thehcode in codeHitory" class="ng-scope">
137+
<input id="ac-356" name="accordion-356" type="checkbox">
138+
<label for="ac-356">
139+
<div class="text-left col-md-2">
140+
<button type="button" class="btn btn-default" title="Open this Snippet" ng-click="runThisCodeLoadToEditor(thehcode.myCodeId,thehcode.myCodeBody,thehcode.myCodeName,thehcode.myCodeOwner,thehcode.myCodeLastEditDate)">
141+
<span class="glyphicon glyphicon-folder-open">
142+
</span></button>
143+
</div>
144+
145+
<div class="text-right col-md-2">
146+
<button type="button" class="btn btn-default" title="Append this code into coding window" ng-click="appendThisCodeToEditor(thehcode.myCodeBody)">
147+
<span class="glyphicon glyphicon-plus">
148+
</span></button>
149+
</div>
150+
151+
<div class="text-center col-md-8">
152+
<h4 class="text-left"><small class="ng-binding">
153+
<b class="ng-binding">No Name </b>
154+
155+
156+
2014-06-27 14:04:45 ID is <b class="ng-binding">356 </b></small></h4>
157+
<!-- <h5 class="text-right"><small></small></h5> -->
158+
</div>
159+
<!-- Add to editor button -->
160+
</label>
161+
162+
<!-- <article class="ac-medium"> -->
163+
<article class="ac-auto col-md-12"><!-- ac-medium will have smooth open effect while height:auto countered it! -->
164+
<pre class="ng-binding"></pre>
165+
</article>
166+
</div><!-- end ngRepeat: thehcode in codeHitory --><div ng-repeat="thehcode in codeHitory" class="ng-scope">
167+
<input id="ac-326" name="accordion-326" type="checkbox">
168+
<label for="ac-326">
169+
<div class="text-left col-md-2">
170+
<button type="button" class="btn btn-default" title="Open this Snippet" ng-click="runThisCodeLoadToEditor(thehcode.myCodeId,thehcode.myCodeBody,thehcode.myCodeName,thehcode.myCodeOwner,thehcode.myCodeLastEditDate)">
171+
<span class="glyphicon glyphicon-folder-open">
172+
</span></button>
173+
</div>
174+
175+
<div class="text-right col-md-2">
176+
<button type="button" class="btn btn-default" title="Append this code into coding window" ng-click="appendThisCodeToEditor(thehcode.myCodeBody)">
177+
<span class="glyphicon glyphicon-plus">
178+
</span></button>
179+
</div>
180+
181+
<div class="text-center col-md-8">
182+
<h4 class="text-left"><small class="ng-binding">
183+
<b class="ng-binding">test222 </b>
184+
185+
186+
2014-06-27 14:03:58 ID is <b class="ng-binding">326 </b></small></h4>
187+
<!-- <h5 class="text-right"><small></small></h5> -->
188+
</div>
189+
<!-- Add to editor button -->
190+
</label>
191+
192+
<!-- <article class="ac-medium"> -->
193+
<article class="ac-auto col-md-12"><!-- ac-medium will have smooth open effect while height:auto countered it! -->
194+
<pre class="ng-binding"></pre>
195+
</article>
196+
</div><!-- end ngRepeat: thehcode in codeHitory -->
197+
198+
</div><!-- sbHistoryContentTab END -->
199+
</div>
200+
</div>
201+
</div>
202+
203+
</div>
204+
</body>
205+
<!-- App END -->
206+
</html>

0 commit comments

Comments
 (0)