-
Notifications
You must be signed in to change notification settings - Fork 0
/
Grupa.aspx
55 lines (47 loc) · 2.2 KB
/
Grupa.aspx
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
<%@ page title="" language="C#" masterpagefile="~/Site.master" autoeventwireup="true" inherits="Grupa, App_Web_qmr5xzfl" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server">
<link href="Styles/demo_page.css" rel="stylesheet" type="text/css" />
<link href="Styles/dtJui.css" rel="stylesheet" type="text/css" />
<link href="Styles/TableTools_JUI.css" rel="stylesheet" type="text/css" />
<script src="Scripts/Grupa.js" type="text/javascript"></script>
<script src="Scripts/jquery.dataTables.js" type="text/javascript"></script>
<script src="Scripts/TableTools.js" type="text/javascript"></script>
<script src="Scripts/ZeroClipboard.js" type="text/javascript"></script>
<body onload="grupa();">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">
<div id="dialog-form" title="Dodaj novi zanr">
<p class="validateTips" id="titleDlg">Попуните поља!</p>
<fieldset>
<div style="width:100px;float:left;text-align:left">
<label id="lbName"for="jmbg">Група:</label>
</div>
<div style="width:400px;float:left;text-align:left">
<input type="text" name="grupa" id="grupa" class="text ui-widget-content ui-corner-all" style="width:400px" />
</div>
</fieldset>
</div>
<div id="center">
<div id="table">
<div id="divTable" style="width:700px; ">
</div>
</div>
</div>
<div style="float:left; width:196px; padding-left:60px; padding-top:20px">
<div style="float:left">
<div class="dodaj">
<button id="dodajNovi" style="width:150px" type="button">Додај нову</button>
</div>
</div>
<div style="clear:both;padding-top:10px">
<div class="izmjeni">
<button id="izmjeniItem" style="width:150px" type="button">Измјени</button>
</div>
</div>
</div>
<div style="clear:" id="dialog-confirm" title="Empty the recycle bin?">
<%-- <p><span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span> </p>--%>
</div>
<input id="IdItem" type="text" style="width: 0px; height: 0px;visibility:hidden" />
<input id="Mode" type="text" style="width: 0px; height: 0px;visibility:hidden" />
</asp:Content>