Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 159) sorted by relevance

1234567

/webtrees/resources/css/
H A Dxenea.css61 * | +---wt-header-content
75 * | +---wt-main-content
79 * | +---wt-page-content
97 .wt-header-content {
133 content: ">";
142 /* Recalculate margins for content */
150 justify-content: space-between;
168 /* Recalculate margins for content */
174 justify-content: center;
205 content: url(xenea/menu/tree.png);
[all …]
H A Dwebtrees.css61 * | +---wt-header-content
75 * | +---wt-main-content
79 * | +---wt-page-content
94 .wt-header-content {
108 content: url(webtrees/images/webtrees.png);
144 justify-content: flex-end;
153 content: "|";
165 /* Recalculate margins for content */
173 justify-content: center;
207 content: url(webtrees/menu/tree.png);
[all …]
H A Dcolors.css70 * | +---wt-header-content
84 * | +---wt-main-content
88 * | +---wt-page-content
138 /* Recalculate margins for content */
169 .wt-block-content,
179 content: url(colors/menu/tree.png);
183 content: url(colors/menu/tree-tree.png);
187 content: url(colors/menu/chart.png);
191 content: url(colors/menu/chart-ancestors.png);
195 content: url(colors/menu/chart-compact.png);
[all …]
H A Dclouds.css65 * | +---wt-header-content
79 * | +---wt-main-content
83 * | +---wt-page-content
108 .wt-header-content {
156 content: "|";
225 content: url(clouds/menu/tree.png);
229 content: url(clouds/menu/tree-tree.png);
233 content: url(clouds/menu/chart.png);
237 content: url(clouds/menu/chart-ancestors.png);
241 content: url(clouds/menu/chart-compact.png);
[all …]
H A Dfab.css63 * | +---wt-header-content
77 * | +---wt-main-content
81 * | +---wt-page-content
97 .wt-header-content {
146 content: "|";
160 justify-content: center;
174 content: "|";
178 /* Space between the header/footer and the main content. */
209 .wt-page-content {
237 content: url(images/powered-by-webtrees.png);
[all …]
H A Dminimal.css61 * | +---wt-header-content
75 * | +---wt-main-content
79 * | +---wt-page-content
97 .wt-header-content {
148 /* Recalculate margins for content */
155 justify-content: center;
163 /* Space between the header/footer and the main content. */
178 .wt-page-content {
222 * +---wt-block-content, wt-block-content-XXX
233 .wt-block-content {
[all …]
/webtrees/resources/js/
H A Dwebtrees.js417 let content = '<table border="1"><tr>';
418content += '<td><select class="form-select" id="' + dateFieldId + '_daySelect" onchange="return we…
420 content += '<option value="' + i + '"';
422 content += ' selected="selected"';
424 content += '>' + i + '</option>';
426 content += '</select></td>';
427content += '<td><select class="form-select" id="' + dateFieldId + '_monSelect" onchange="return we…
429 content += '<option value="' + i + '"';
431 content += ' selected="selected"';
433 content += '>' + monthLabels[i] + '</option>';
[all …]
/webtrees/app/Statistics/Repository/
H A DUserRepository.php66 $content = '';
81 $content .= I18N::translate('No signed-in and no anonymous users');
85 …$content .= '<b>' . I18N::plural('%s anonymous signed-in user', '%s anonymous signed-in users', $a…
91 $content .= '<br><br>';
93 $content .= ' ' . I18N::translate('and') . ' ';
96 …$content .= '<b>' . I18N::plural('%s signed-in user', '%s signed-in users', $count_logged_in, I18N…
98 $content .= '<ul>';
100 $content .= ': ';
107 $content .= '<li>';
113 … $content .= '<a href="' . e($individual->url()) . '">' . e($user->realName()) . '</a>';
[all …]
/webtrees/public/css/
H A Dcolors.min.css1content:center;max-height:95vh;min-height:25vh;overflow:hidden;position:relative;resize:vertical}[…
H A Dxenea.min.css1content:center;max-height:95vh;min-height:25vh;overflow:hidden;position:relative;resize:vertical}[…
H A Dwebtrees.min.css1content:center;max-height:95vh;min-height:25vh;overflow:hidden;position:relative;resize:vertical}[…
H A Dclouds.min.css1content:center;max-height:95vh;min-height:25vh;overflow:hidden;position:relative;resize:vertical}[…
H A Dfab.min.css1content:center;max-height:95vh;min-height:25vh;overflow:hidden;position:relative;resize:vertical}[…
H A Dminimal.min.css1content:center;max-height:95vh;min-height:25vh;overflow:hidden;position:relative;resize:vertical}[…
/webtrees/app/Module/
H A DChartsBlockModule.php111 $content = view('modules/charts/chart', [
117 $content = I18N::translate('The module “%s” has been disabled.', $title);
131 $content = view('modules/charts/chart', [
137 $content = I18N::translate('The module “%s” has been disabled.', $title);
151 $content = view('modules/charts/chart', [
157 $content = I18N::translate('The module “%s” has been disabled.', $title);
168 $content = $html . '<script>' . $js . '</script>';
171 $content = I18N::translate('The module “%s” has been disabled.', $title);
177 …$content = I18N::translate('You must select an individual and a chart type in the block preference…
186 'content' => $content,
[all …]
H A DReviewChangesModule.php148 $content = '';
150 …$content .= '<a href="' . e(route(PendingChanges::class, ['tree' => $tree->name()])) . '">' . I18N…
156 …$content .= I18N::translate('Last email reminder was sent ') . view('components/datetime', ['times…
157 …$content .= I18N::translate('Next email reminder will be sent after ') . view('components/datetime…
159 $content .= '<ul>';
175 … $content .= '<li><a href="' . e($record->url()) . '">' . $record->fullName() . '</a></li>';
178 $content .= '</ul>';
186 'content' => $content,
190 return $content;
H A DHtmlBlockModule.php85 $content = $this->getBlockSetting($block_id, 'html');
96 $content = $statistics->embedTags($content);
101 …$content .= '<br>' . view('components/datetime', ['timestamp' => Registry::timestampFactory()->mak…
110 'content' => $content,
114 return $content;
H A DTopSurnamesModule.php136 $content = view('lists/surnames-tag-cloud', [
146 $content = view('lists/surnames-bullet-list', [
156 $content = view('lists/surnames-compact-list', [
168 $content = view('lists/surnames-table', [
194 'content' => $content,
198 return $content;
H A DOnThisDayModule.php154 $content = view('modules/todays_events/empty', ['message' => $message]);
156 $content = view('lists/anniversaries-list', [
163 $content = view('lists/anniversaries-table', [
177 'content' => $content,
181 return $content;
H A DLoginBlockModule.php66 $content = view('modules/login_block/sign-out', [
71 $content = view('modules/login_block/sign-in', [
83 'content' => $content,
87 return $content;
H A DPlaceHierarchyListModule.php176 $content = '';
181 $content .= view('modules/place-hierarchy/map', [
192 … $content .= view('modules/place-hierarchy/list', ['columns' => $this->getList($tree)]);
199 $content .= ($data === null || $showmap) ? '' : view('place-hierarchy', $data);
201 $content .= view('modules/place-hierarchy/events', [
221 'content' => $content,
H A DUpcomingAnniversariesModule.php182 $content = view('modules/upcoming_events/empty', ['message' => $message]);
184 $content = view('lists/anniversaries-list', [
191 $content = view('lists/anniversaries-table', [
205 'content' => $content,
209 return $content;
/webtrees/app/
H A DView.php115 $content = ob_get_clean();
117 if ($content === false) {
121 self::$stacks[self::$stack][] = $content;
145 $content = ob_get_clean();
147 if ($content === false) {
151 self::$stacks[self::$stack][sha1($content)] = $content;
163 $content = implode('', self::$stacks[$stack] ?? []);
167 return $content;
/webtrees/app/Factories/
H A DResponseFactory.php101 …public function response(string|array|object $content = '', int $code = StatusCodeInterface::STATU… argument
103 if ($content === '' && $code === StatusCodeInterface::STATUS_OK) {
107 if (is_string($content)) {
110 … $content = json_encode($content, JSON_THROW_ON_ERROR | JSON_UNESCAPED_UNICODE);
114 $stream = $this->stream_factory->createStream($content);
144 $content = view($view_name, $view_data);
148 'content' => $content,
/webtrees/app/Http/Middleware/
H A DCompressResponse.php76 $content = (string) $response->getBody();
80 $content = gzdeflate($content);
84 $content = gzencode($content);
88 if ($content === false) {
92 $stream = $this->stream_factory->createStream($content);

1234567