Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
archivesCourrier
Commits
fc6cb698
Commit
fc6cb698
authored
Aug 30, 2017
by
Alexandre Morin
Browse files
Add object type
parent
88b09bfa
Changes
2
Hide whitespace changes
Inline
Side-by-side
presentation/maarchRM/Resources/view/archivesCourrier/list.html
View file @
fc6cb698
...
...
@@ -18,10 +18,10 @@
<thead>
<tr>
<th><input
type=
"checkbox"
id=
"archiveList_selectAll"
/></th>
<th>
No chrono
</th>
<th>
Objet
</th>
<th>
Date
</th>
<th>
Service
</th>
<th>
No chrono
</th>
<th
style=
"min-width:150px"
></th>
</tr>
</thead>
...
...
@@ -33,7 +33,6 @@
<td>
<?merge .disposable @data-disposable ?>
<input
type=
"checkbox"
data-archive-status=
"[?merge .status ?]"
data-final-disposition=
'[?merge .finalDisposition ?]'
data-visible=
'[?merge .visible ?]'
value=
"[?merge .archiveId ?]"
/>
</td>
<td>
<?merge .originatorArchiveId ?>
</td>
<td>
<?merge .archiveName ?>
<?merge .documentType.bool() ?>
...
...
@@ -44,18 +43,22 @@
<td>
<?merge .descriptionLevel.ifeq('RecordGrp') ?>
<span>
<span
class=
"hide"
>
<?merge .startDate ?>
</span>
<?merge .startDate.format('d-m-Y') ?>
au
<?merge .endDate.format('d-m-Y') ?>
</span>
<?merge .descriptionLevel.ifeq('File') ?>
<span>
<span
class=
"hide"
>
<?merge .sentDate ?>
</span>
<?merge .sentDate.format('d-m-Y') ?>
</span>
<?merge .descriptionLevel.ifeq('Item') ?>
<span>
<span
class=
"hide"
>
<?merge .sentDate ?>
</span>
<?merge .sentDate.format('d-m-Y') ?>
</span>
</td>
<td>
<?merge .originator ?>
</td>
<td>
<?merge .originatorArchiveId ?>
</td>
<td>
<div
class=
"btn-group pull-right"
>
...
...
presentation/maarchRM/Resources/view/archivesCourrier/search.html
View file @
fc6cb698
...
...
@@ -28,7 +28,7 @@
<div
id=
"publicArchive_searchFormCollapse"
class=
"well panel-collapse collapse in"
style=
"margin-bottom: 0px"
>
<form
class=
"form-horizontal"
id=
"publicArchive_searchForm"
>
<div
class=
"col-lg-12"
>
<div
class=
"col-lg-
4
"
>
<div
class=
"col-lg-
6
"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
>
Terme
</label>
<div
class=
"col-md-8"
>
...
...
@@ -45,7 +45,7 @@
</div>
</div>
</div>
<div
class=
"col-lg-
4
"
>
<div
class=
"col-lg-
6
"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
>
Service producteur
</label>
<div
class=
"col-sm-6"
>
...
...
@@ -63,10 +63,9 @@
<label
class=
"col-sm-4 control-label"
>
Type d'objet
</label>
<div
class=
"col-sm-6"
>
<select
class=
"form-control"
name=
"descriptionLevel"
>
<option
value=
"
"
>
</option>
<option
value=
"
File"
>
Courrier
</option>
<option
value=
"RecordGrp"
>
Groupe
</option>
<option
value=
"File"
>
Dossier
</option>
<option
value=
"Item"
>
Document
</option>
<option
value=
"Item"
>
Pièce jointe
</option>
</select>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment