This file contains hidden or 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
SET IDENTITY_INSERT [AISArchive].[dbo].[tblThemeCards] ON | |
/* | |
* | |
* ID тематической БД исповедных росписей | |
* | |
*/ | |
DECLARE @CatId INT | |
SET @CatId = 3 |
This file contains hidden or 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
SET IDENTITY_INSERT [AISArchive].[dbo].[tblThemeCards] ON | |
/* | |
* | |
* ID тематической БД метрических книг | |
* | |
*/ | |
DECLARE @CatId INT | |
SET @CatId = 2 |
This file contains hidden or 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
Dim conn As ADODB.Connection | |
Dim rs As ADODB.Recordset | |
Dim rsFundData As ADODB.Recordset | |
Dim rsFundStats As ADODB.Recordset | |
Dim rsInventoryData As ADODB.Recordset | |
Dim rsInventoryStats As ADODB.Recordset | |
Dim rsInventoriesWithPdf As ADODB.Recordset | |
Dim rsInventoriesWithPdfCount As ADODB.Recordset | |
Dim rsFilledIsnInventory As ADODB.Recordset | |
Dim totalInventories As Integer |
This file contains hidden or 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
// ==UserScript== | |
// @name Inquiry | |
// @namespace yar-archives.ru/ | |
// @description Позволяет отобразить/показать исполненные запросы на странице Работа с обращениями | |
// @include http://www.yar-archives.ru/web-archive/index.php?act=user&sub=treat* | |
// @require http://www.tablesorter.ru/jquery.tablesorter.min.js | |
// @version 1 | |
// ==/UserScript== | |
// Делает селектор contains нечувствительным к регистру | |
jQuery.expr[':'].contains = function(a, i, m) { |
This file contains hidden or 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
/* The Grid ---------------------- */ | |
.lt-ie9 .row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; } | |
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; } | |
.lt-ie9 .row.large-collapse .column, | |
.lt-ie9 .row.large-collapse .columns { padding: 0; } | |
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; } | |
.lt-ie9 .row .row.large-collapse { margin: 0; } | |
.lt-ie9 .column, .lt-ie9 .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; } | |
.lt-ie9 .column.large-centered, .columns.large-centered { float: none; margin: 0 auto; } |
NewerOlder