2012-02-14 16:05:41 +00:00
<!DOCTYPE html>
< html >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< title > Сборочная среда< / title >
< script type = "text/javascript" src = "js/html5shiv.js" > < / script >
< link rel = "stylesheet" type = "text/css" href = "styles/main.css" / >
< script type = "text/javascript" src = "js/jquery-1.7.1.min.js" > < / script >
< script type = "text/javascript" src = "js/all.js" > < / script >
< script type = "text/javascript" src = "js/tracker.js" > < / script >
< script type = "text/javascript" src = "js/radio.js" > < / script >
< link rel = "stylesheet" href = "styles/blue/style.css" type = "text/css" id = "" media = "print, projection, screen" / >
2012-02-28 15:40:22 +00:00
<!-- <script type="text/javascript" src="js/jquery.tablesorter.js"></script> -->
2012-02-14 16:05:41 +00:00
< / head >
< body >
< div class = "wrap columns" >
<!-- Top block -->
< header >
< div class = "left" >
< / div >
< div class = "middle" >
<!-- Main menu -->
< menu >
2012-03-23 13:31:51 +00:00
< div class = "logo" >
< a href = "#" > < img src = "pics/logo-mini.png" alt = "Главная" / > < / a >
< / div >
2012-02-14 16:05:41 +00:00
< ul >
< li >
2012-03-23 13:31:51 +00:00
< a href = "#" > Главная< / a >
2012-02-14 16:05:41 +00:00
< / li >
< li >
< a href = "#" class = "active" > Проекты< / a >
< / li >
< li >
< a href = "#" > Группы< / a >
< / li >
< li >
< a href = "#" > Мониторинг< / a >
< / li >
< li >
< a href = "#" > Платформа< / a >
< / li >
< li >
< a href = "#" > Документация< / a >
< / li >
< / ul >
< / menu >
< div class = "information" >
<!-- Search -->
< div class = "search" >
< div class = "pic" >
< / div >
< div class = "field" >
< input type = "text" value = "Поиск" class = "gray" onClick = "if(this.value=='Поиск'){this.value='';this.className='black';}" onblur = "if(this.value==''){this.value='Поиск';this.className='gray';}" / >
< / div >
< / div >
2012-02-28 15:40:22 +00:00
< div class = "user" >
< div class = "avatar" onclick = "droplist();" >
< img src = "pics/ava.png" alt = "avatar" height = "30" / >
< / div >
< div class = "profile" onclick = "droplist();" >
< a href = "#" onclick = "droplist();" > mikimaus < img src = "pics/expand-white.png" alt = "ex" / > < / a >
< / div >
2012-02-14 16:05:41 +00:00
< / div >
< div class = "both" >
< / div >
< div class = "droplist-wrap" >
< div class = "droplist" id = "droplist" >
< div class = "a" > < a href = "#" > Публичный профиль< / a > < / div >
< div class = "a" > < a href = "#" > Настройки< / a > < / div >
< div class = "a" > < a href = "#" > Выйти< / a > < / div >
< / div >
< / div >
< / div >
< / div >
< div class = "right" >
< / div >
< div class = "both" >
< / div >
< / header >
<!-- Submenu -->
< div class = "sub-menu" >
< div class = "left" >
WacomDrivers
< / div >
< nav >
< ul >
< li >
< a href = "#" > Проект< / a >
< / li >
< li >
< a href = "#" > Коммиты< / a >
< / li >
< li >
< a href = "#" > Сборки< / a >
< / li >
< li >
< a href = "#" class = "active" > Трекер< / a >
< / li >
< li >
< a href = "#" > Wiki< / a >
< / li >
< li >
< a href = "#" > Readme< / a >
< / li >
< li >
< a href = "#" > Настройки< / a >
< / li >
< / ul >
< / nav >
< / div >
< div class = "both" >
< / div >
<!-- Page -->
< article >
<!-- Left part of page -->
< aside >
< div class = "bordered nopadding" >
< h3 > Принадлежность заданий< / h3 >
< table >
< tr >
< td class = "width18" >
< input type = "radio" class = "niceRadio" name = "myradio" id = "myradio1" tabindex = "1" checked = "checked" > < / input >
< / td >
< td class = "width135" >
В с е
< / td >
< td class = "width30 right" >
15
< / td >
< / tr >
< tr >
< td >
< input type = "radio" class = "niceRadio" name = "myradio" id = "myradio2" tabindex = "2" > < / input >
< / td >
< td >
Назначенные мне
< / td >
< td class = "width30 right" >
10
< / td >
< / tr >
< / table >
< / div >
< div class = "bordered bpadding20" >
< input type = "text" value = "Найти задачу..." class = "gray" onClick = "if(this.value=='Найти задачу...'){this.value='';this.className='black';}" onblur = "if(this.value==''){this.value='Найти задачу...';this.className='gray';}" / >
< / div >
< div class = "bordered nopadding" >
< h3 class = "bmargin10" > Добавить задачу< / h3 >
< a href = "#" class = "button" > Добавить< / a >
< / div >
< div class = "block" >
< h3 > Метки< / h3 >
< div id = "labels-edit" style = "display: none;" >
< div class = "label edit" id = "label-delete1" >
< div class = "labeltext edit" style = "background: #39b54a;" >
2012-02-28 15:40:22 +00:00
< div class = "text" > < a href = "#" > 2-3 stable< / a > < / div >
2012-02-14 16:05:41 +00:00
< div class = "delete" id = "delete1" > < img src = "pics/x-label.png" alt = "x" > < / div >
< / div >
< div class = "both" >
< / div >
< / div >
< div class = "label edit" id = "label-delete2" >
< div class = "labeltext edit" style = "background: #ed1c24;" >
2012-02-28 15:40:22 +00:00
< div class = "text" > < a href = "#" > 3-0 stable< / a > < / div >
2012-02-14 16:05:41 +00:00
< div class = "delete" id = "delete2" > < img src = "pics/x-label.png" alt = "x" > < / div >
< / div >
< div class = "both" >
< / div >
< / div >
< div class = "label edit" id = "label-delete3" >
< div class = "labeltext edit" style = "background: #ed145b;" >
2012-02-28 15:40:22 +00:00
< div class = "text" > < a href = "#" > actionpack< / a > < / div >
2012-02-14 16:05:41 +00:00
< div class = "delete" id = "delete3" > < img src = "pics/x-label.png" alt = "x" > < / div >
< / div >
< div class = "both" >
< / div >
< / div >
< div class = "label edit" id = "label-delete4" >
< div class = "labeltext edit" style = "background: #92278f;" >
2012-02-28 15:40:22 +00:00
< div class = "text" > < a href = "#" > activemodel< / a > < / div >
2012-02-14 16:05:41 +00:00
< div class = "delete" id = "delete4" > < img src = "pics/x-label.png" alt = "x" > < / div >
< / div >
< div class = "both" >
< / div >
< / div >
< input type = "text" value = "Название новой метки" class = "gray" onClick = "if(this.value=='Название новой метки'){this.value='';this.className='black';}" onblur = "if(this.value==''){this.value='Название новой метки';this.className='gray';}" / >
< div class = "colors" >
< div class = "color" style = "background: #0054a6;" >
< div class = "choose selected" id = "choose1" >
< / div >
< / div >
< div class = "color" style = "background: #00a651;" >
< div class = "choose" id = "choose2" >
< / div >
< / div >
< div class = "color" style = "background: #ed1c24;" >
< div class = "choose" id = "choose3" >
< / div >
< / div >
< div class = "color" style = "background: #e65c00;" >
< div class = "choose" id = "choose4" >
< / div >
< / div >
< div class = "color" style = "background: #9e005d;" >
< div class = "choose" id = "choose5" >
< / div >
< / div >
< div class = "color" style = "background: #464646;" >
< div class = "choose" id = "choose6" >
< / div >
< / div >
< div class = "color" style = "background: #8c6239;" >
< div class = "choose" id = "choose7" >
< / div >
< / div >
< div class = "both" >
< / div >
< / div >
< div class = "lefter" >
< a href = "#" > Custom color< / a >
< / div >
< div class = "righter" >
2012-02-28 15:40:22 +00:00
< input type = "submit" value = "Добавить" / >
2012-02-14 16:05:41 +00:00
< / div >
< div class = "both" >
< / div >
< / div >
< div id = "labels-stock" >
2012-02-28 15:40:22 +00:00
< div class = "div-tracker-labels" id = "label-2-3-stable" name = "label" >
2012-02-14 16:05:41 +00:00
< div class = "div-label-left" >
< div class = "label" >
< div class = "flag" id = "flag-2-3-stable" style = "background-color: #39b54a;" >
< / div >
< div class = "labeltext" >
2012-02-28 15:40:22 +00:00
< a href = "#" > 2-3 stable< / a >
2012-02-14 16:05:41 +00:00
< / div >
< div class = "both" >
< / div >
< / div >
< / div >
< div class = "div-label-right" >
15
< / div >
< div class = "both" >
< / div >
< / div >
< div class = "both" >
< / div >
2012-02-28 15:40:22 +00:00
< div class = "div-tracker-labels" id = "label-3-0-stable" name = "label" >
2012-02-14 16:05:41 +00:00
< div class = "div-label-left" >
< div class = "label" >
< div class = "flag" id = "flag-3-0-stable" style = "background-color: #ed1c24;" >
< / div >
< div class = "labeltext" >
2012-02-28 15:40:22 +00:00
< a href = "#" > 3-0 stable< / a >
2012-02-14 16:05:41 +00:00
< / div >
< div class = "both" >
< / div >
< / div >
< / div >
< div class = "div-label-right" >
100
< / div >
< div class = "both" >
< / div >
< / div >
< div class = "both" >
< / div >
2012-02-28 15:40:22 +00:00
< div class = "div-tracker-labels" id = "label-actionpack" name = "label" >
2012-02-14 16:05:41 +00:00
< div class = "div-label-left" >
< div class = "label" >
< div class = "flag" id = "flag-actionpack" style = "background-color: #ed145b;" >
< / div >
< div class = "labeltext" >
2012-02-28 15:40:22 +00:00
< a href = "#" > actionpack< / a >
2012-02-14 16:05:41 +00:00
< / div >
< div class = "both" >
< / div >
< / div >
< / div >
< div class = "div-label-right" >
22
< / div >
< div class = "both" >
< / div >
< / div >
< div class = "both" >
< / div >
2012-02-28 15:40:22 +00:00
< div class = "div-tracker-labels" id = "label-activemodel" name = "label" >
2012-02-14 16:05:41 +00:00
< div class = "div-label-left" >
< div class = "label" >
< div class = "flag" id = "flag-activemodel" style = "background-color: #92278f;" >
< / div >
< div class = "labeltext" >
2012-02-28 15:40:22 +00:00
< a href = "#" > activemodel< / a >
2012-02-14 16:05:41 +00:00
< / div >
< div class = "both" >
< / div >
< / div >
< / div >
< div class = "div-label-right" >
3
< / div >
< div class = "both" >
< / div >
< / div >
< div class = "both" >
< / div >
< a class = "button tmargin10" href = "#" id = "manage-labels" > Manage< / a >
< / div >
< / div >
< / aside >
<!-- Right part of page -->
< div class = "right" >
< div id = "closed-switcher" class = "blue-switcher" >
< div class = "open" >
Открытые (11110)
< / div >
< div id = "closed-tasks" class = "closed" >
Закрытые (99999)
< / div >
< div class = "selected" id = "blue-switch-select" >
< / div >
< div class = "both" > < / div >
< / div >
< div class = "both" > < / div >
< div id = "table1" >
< table class = "tablesorter tracker" cellpadding = "0" cellspacing = "0" id = "myTable" >
< thead >
< tr >
< th colspan = "2" class = "th1" >
Номер
< / th >
< th colspan = "2" >
Описание
< / th >
< / tr >
< / thead >
< tbody >
< tr class = "2-3-stable" name = "row" id = "row1" >
< td class = "td0" >
< span style = "display: none;" > 4643< / span > < img src = "pics/round.png" / >
< / td >
< td class = "td1" >
4643
< / td >
< td >
< div > assets do not update if fingerprinting is turned on in development 3.2.0< / div >
< div class = "smalltext" > 2012-01-19 10:10 UTC by nathanhumber
2012-03-23 13:31:51 +00:00
< / div >
< div class = "left nomargin" >
< div class = "label selected tracker" >
2012-02-14 16:05:41 +00:00
< div class = "labeltext selected" style = "background: #39b54a;" >
2-3 stable
< / div >
2012-03-23 13:31:51 +00:00
< / div >
< / div >
< div class = "left nomargin" >
< div class = "label selected tracker" >
< div class = "labeltext selected" style = "background: #ed1c24;" >
3-0 stable
< / div >
2012-02-14 16:05:41 +00:00
< div class = "both" >
< / div >
< / div >
2012-03-23 13:31:51 +00:00
< / div >
2012-02-14 16:05:41 +00:00
2012-03-23 13:31:51 +00:00
< div class = "left nomargin" >
< div class = "label selected tracker" >
< div class = "labeltext selected" style = "background: #39b54a;" >
2-3 stable
< / div >
2012-02-14 16:05:41 +00:00
< / div >
2012-03-23 13:31:51 +00:00
< / div >
2012-02-14 16:05:41 +00:00
< / td >
< td class = "td3" >
< div class = "code" >
#
< / div >
< div class = "avatar" >
< img src = "pics/ava-tracker.png" alt = "ava" / >
< / div >
< div class = "answers" >
< div class = "pic" >
< img src = "pics/answers.png" alt = "_" / >
< / div >
< div class = "count" >
2
< / div >
< div class = "both" > < / div >
< / div >
< / td >
< / tr >
< tr name = "row" class = "3-0-stable" id = "row2" >
< td class = "td0" >
< span style = "display: none;" > 4633< / span >
< / td >
< td class = "td1" >
4633
< / td >
< td >
< div > date_select with both discard_day and include_blank may be broken in 3.2< / div >
2012-03-23 13:31:51 +00:00
< div class = "smalltext" > 2012-01-18 21:12 UTC by railsaholic< / div >
< div class = "left nomargin" >
2012-02-14 16:05:41 +00:00
< div class = "label selected tracker" >
< div class = "labeltext selected" style = "background: #ed1c24;" >
3-0 stable
< / div >
< div class = "both" >
< / div >
< / div >
2012-03-23 13:31:51 +00:00
< / div >
2012-02-14 16:05:41 +00:00
< / td >
< td class = "td3" >
< div class = "code" >
#
< / div >
< div class = "avatar" >
< img src = "pics/ava-tracker.png" alt = "ava" / >
< / div >
< div class = "answers" >
< div class = "pic" >
< img src = "pics/answers.png" alt = "_" / >
< / div >
< div class = "count" >
5
< / div >
< div class = "both" > < / div >
< / div >
< / td >
< / tr >
< tr name = "row" class = "none" id = "row3" >
< td class = "td0" >
< span style = "display: none;" > 4631< / span >
< / td >
< td class = "td1" >
4631
< / td >
< td >
< div > Fix counter cache column name if :inverse_of is specified on belongs_to< / div >
< div class = "smalltext" > 2012-01-16 02:09 UTC by sahcin87
< / div >
< / td >
< td class = "td3" >
< div class = "code" >
#
< / div >
< div class = "avatar" >
< img src = "pics/ava-tracker.png" alt = "ava" / >
< / div >
< div class = "answers" >
< div class = "pic" >
< img src = "pics/answers.png" alt = "_" / >
< / div >
< div class = "count" >
9
< / div >
< div class = "both" > < / div >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
2012-02-28 15:40:22 +00:00
< div class = "pagination" >
< span class = "previous_page disabled" > ‹ Предыдущая< / span >
< em class = "current" > 1< / em >
< a rel = "next" href = "/users?user_page=2" > 2< / a >
< a class = "next_page" rel = "next" href = "/users?user_page=2" > Следующая › < / a >
< / div >
2012-02-14 16:05:41 +00:00
< / div >
< div id = "table2" style = "display: none;" >
< table class = "tablesorter tracker" cellpadding = "0" cellspacing = "0" id = "myTable2" >
< thead >
< tr >
< th colspan = "2" class = "th1" >
Номер
< / th >
< th colspan = "2" >
Описание
< / th >
< / tr >
< / thead >
< tbody >
< tr class = "2-3-stable" name = "row" id = "row4" >
< td class = "td0" >
< span style = "display: none;" > 4123< / span >
< / td >
< td class = "td1" >
4123
< / td >
< td >
< div > assets do not update if fingerprinting is turned on in development 3.1.0< / div >
< div class = "smalltext" > 2012-01-19 10:10 UTC by nathanhumber
2012-03-23 13:31:51 +00:00
< / div >
2012-02-14 16:05:41 +00:00
2012-03-23 13:31:51 +00:00
< div class = "left nomargin" >
2012-02-14 16:05:41 +00:00
< div class = "label selected tracker" >
< div class = "labeltext selected" style = "background: #39b54a;" >
2-3 stable
< / div >
< div class = "both" >
< / div >
< / div >
< / div >
2012-03-23 13:31:51 +00:00
2012-02-14 16:05:41 +00:00
< / td >
< td class = "td3" >
< div class = "code" >
#
< / div >
< div class = "avatar" >
< img src = "pics/ava-tracker.png" alt = "ava" / >
< / div >
< div class = "answers" >
< div class = "pic" >
< img src = "pics/answers.png" alt = "_" / >
< / div >
< div class = "count" >
217
< / div >
< div class = "both" > < / div >
< / div >
< / td >
< / tr >
< tr class = "3-0-stable" name = "row" id = "row5" >
< td class = "td0" >
< span style = "display: none;" > 4131< / span >
< / td >
< td class = "td1" >
4131
< / td >
< td >
< div > date_select with both discard_day and include_blank may be broken in 3.1< / div >
2012-03-23 13:31:51 +00:00
< div class = "smalltext" > 2012-01-18 21:12 UTC by railsaholic< / div >
< div class = "left nomargin" >
2012-02-14 16:05:41 +00:00
< div class = "label selected tracker" >
< div class = "labeltext selected" style = "background: #ed1c24;" >
3-0 stable
< / div >
< div class = "both" >
< / div >
< / div >
2012-03-23 13:31:51 +00:00
2012-02-14 16:05:41 +00:00
< / div >
< / td >
< td class = "td3" >
< div class = "code" >
#
< / div >
< div class = "avatar" >
< img src = "pics/ava-tracker.png" alt = "ava" / >
< / div >
< div class = "answers" >
< div class = "pic" >
< img src = "pics/answers.png" alt = "_" / >
< / div >
< div class = "count" >
50
< / div >
< div class = "both" > < / div >
< / div >
< / td >
< / tr >
< tr class = "none" name = "row" id = "row6" >
< td class = "td0" >
< span style = "display: none;" > 4121< / span >
< / td >
< td class = "td1" >
4121
< / td >
< td >
< div > Fix counter cache column name if :inverse_of is specified on belongs_to< / div >
< div class = "smalltext" > 2012-01-16 02:09 UTC by sahcin87
< / div >
< / td >
< td class = "td3" >
< div class = "code" >
#
< / div >
< div class = "avatar" >
< img src = "pics/ava-tracker.png" alt = "ava" / >
< / div >
< div class = "answers" >
< div class = "pic" >
< img src = "pics/answers.png" alt = "_" / >
< / div >
< div class = "count" >
91
< / div >
< div class = "both" > < / div >
< / div >
< / td >
< / tr >
< tr class = "none" name = "row" id = "row7" >
< td class = "td0" >
< span style = "display: none;" > 4021< / span >
< / td >
< td class = "td1" >
4021
< / td >
< td >
< div > Fix counter cache column name if :inverse_of is specified on belongs_to< / div >
< div class = "smalltext" > 2012-01-16 02:09 UTC by sahcin87
< / div >
< / td >
< td class = "td3" >
< div class = "code" >
#
< / div >
< div class = "avatar" >
< img src = "pics/ava-tracker.png" alt = "ava" / >
< / div >
< div class = "answers" >
< div class = "pic" >
< img src = "pics/answers.png" alt = "_" / >
< / div >
< div class = "count" >
42
< / div >
< div class = "both" > < / div >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
< div class = "both" > < / div >
< / div >
< div class = "both" >
< / div >
< / article >
< / div >
<!-- Footer -->
< footer >
< ul >
< li >
ROSA Лаб. © 2012 < img src = "pics/square.png" alt = "_" / >
< / li >
< li >
< img src = "pics/flag.png" alt = "rosa" / > < img src = "pics/square.png" alt = "_" / >
< / li >
< li >
< a href = "#" > О компании< / a > < img src = "pics/square.png" alt = "_" / >
< / li >
< li >
< a href = "#" > Контакты< / a > < img src = "pics/square.png" alt = "_" / >
< / li >
< li >
< a href = "#" > Условия использования< / a > < img src = "pics/square.png" alt = "_" / >
< / li >
< li >
< a href = "#" > Конфиденциальность< / a > < img src = "pics/square.png" alt = "_" / >
< / li >
< li >
< a href = "#" > Безопасность< / a >
< / li >
< / ul >
< / footer >
< / body >
< / html >