-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
583 additions
and
194 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
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,32 @@ | ||
<div id="ideaWrapper" class="span5"> | ||
<a href="#modalIdea" role="button" data-toggle="modal"> | ||
<img src="img/idea.png" width="400" /></a> | ||
|
||
<div id="modalIdea" class="modal hide fade " 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="H3">Пусни идея!</h3> | ||
</div> | ||
<div class="modal-body"> | ||
<form class="form-horizontal"> | ||
<div class="control-group"> | ||
<label class="control-label" for="ideaHeadline">Заглавие на идеята</label> | ||
<div class="controls"> | ||
<input type="text" class="headlineQuestion" id="ideaHeadline" placeholder="short headline" /> | ||
</div> | ||
</div> | ||
|
||
<div class="control-group"> | ||
<label class="control-label" for="ideaDescription">Описание на идеята</label> | ||
<div class="controls"> | ||
<textarea id="ideaDescription" placeholder="idea description"></textarea> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
<div class="modal-footer"> | ||
<button class="btn" data-dismiss="modal" aria-hidden="true">Затвори</button> | ||
<button class="btn btn-primary">Влез!</button> | ||
</div> | ||
</div> | ||
</div> |
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
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,50 @@ | ||
|
||
<div id="questionWrapper" class="span5"> | ||
|
||
<a href="#modalQuestion" role="button" data-toggle="modal"> <img | ||
src="img/question.png" width="400" /></a> | ||
|
||
<div id="modalQuestion" class="modal hide fade" 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="H2">Задай въпрос!</h3> | ||
</div> | ||
<div class="modal-body"> | ||
<form class="form-horizontal"> | ||
<div class="control-group"> | ||
<label class="control-label" for="headline">Заглавие на | ||
въпроса</label> | ||
<div class="controls"> | ||
<input type="text" class="headlineQuestion" id="headline" | ||
placeholder="short headline" name="title" /> | ||
</div> | ||
</div> | ||
|
||
<div class="control-group"> | ||
<label class="control-label" for="description">Описание на | ||
въпроса</label> | ||
<div class="controls"> | ||
<textarea id="description" placeholder="description"></textarea> | ||
</div> | ||
</div> | ||
<div class="control-group"> | ||
<label for="date" class="control-label">Дата на падеж</label> | ||
<div class="controls"> | ||
|
||
<input type="datetime-local" id="date" /> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
<div class="modal-footer"> | ||
<button class="btn" data-dismiss="modal" aria-hidden="true">Затвори</button> | ||
<button class="btn btn-primary">Задай въпроса!</button> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" | ||
pageEncoding="ISO-8859-1"%> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | ||
<title>Insert title here</title> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
</html> |
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
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,29 @@ | ||
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<!-- insert head --> | ||
<%@include file="head.jsp"%> | ||
<!-- insert header --> | ||
<%@include file="WEB-INF/loggedHeader.jsp"%> | ||
|
||
<body> | ||
<div id="wrapper"> | ||
|
||
<!-- ЗА ДА ВЛЕЗЕШ В МЕНИДЖЪРСКИЯ ПАНЕЛ НАТИСНИ ГОРЕ "МЕНИДЖЪР" --> | ||
<!-- ЗА ДА ВЛЕЗЕШ В СЛУЖИТЕЛСКИЯ ПАНЕЛ НАТИСНИ ГОРЕ "СЛУЖИТЕЛ" --> | ||
<div id="tablesPart"> | ||
<%@include file="WEB-INF/ideas.jsp"%> | ||
<%@include file="WEB-INF/statementsTable.jsp"%> | ||
|
||
<!-- insert rankings table --> | ||
<%@include file="WEB-INF/rankingsTable.jsp"%> | ||
|
||
<!-- end of first section--> | ||
|
||
|
||
</div> | ||
</div> | ||
<%@include file="WEB-INF/foot.jsp"%> | ||
</body> | ||
|
||
</html> |
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
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
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,29 @@ | ||
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<!-- insert head --> | ||
<%@include file="head.jsp"%> | ||
<!-- insert header --> | ||
<%@include file="WEB-INF/loggedHeader.jsp"%> | ||
|
||
<body> | ||
<div id="wrapper"> | ||
|
||
<!-- ЗА ДА ВЛЕЗЕШ В МЕНИДЖЪРСКИЯ ПАНЕЛ НАТИСНИ ГОРЕ "МЕНИДЖЪР" --> | ||
<!-- ЗА ДА ВЛЕЗЕШ В СЛУЖИТЕЛСКИЯ ПАНЕЛ НАТИСНИ ГОРЕ "СЛУЖИТЕЛ" --> | ||
<div id="tablesPart"> | ||
<%@include file="WEB-INF/questions.jsp"%> | ||
<%@include file="WEB-INF/statementsTable.jsp"%> | ||
|
||
<!-- insert rankings table --> | ||
<%@include file="WEB-INF/rankingsTable.jsp"%> | ||
|
||
<!-- end of first section--> | ||
|
||
|
||
</div> | ||
</div> | ||
<%@include file="WEB-INF/foot.jsp"%> | ||
</body> | ||
|
||
</html> |
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
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
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
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
Oops, something went wrong.